|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjxtray.Jxtray
Field Summary | |
static java.lang.String |
APPHOME
App directory = System.getProperty("user.dir") |
static java.lang.String |
HOME
Home directory = System.getProperty("user.home") |
Constructor Summary | |
Jxtray()
Main constructor |
Method Summary | |
static void |
center(javax.swing.JDialog target)
|
static void |
center(javax.swing.JFrame target)
|
static void |
center(javax.swing.JWindow target)
|
static void |
exec(java.lang.String command)
Call an external command on the locate system |
static JxtConnectionManager |
getConnectionManager()
Return the Connection Manager |
static DriverCache |
getDriverCache()
|
static java.awt.Font |
getFont()
|
static javax.swing.ImageIcon |
getIcon()
Return the main icon program |
static java.lang.String |
getLang(java.lang.String key)
|
static JxtFrame |
getMainFrame()
Return the JxtFrame |
static java.util.Properties |
getProperties()
|
static java.lang.String |
getProperty(java.lang.String key)
Return a user property value |
static SQLHistoryCache |
getSQLHistoryCache()
|
static void |
main(java.lang.String[] args)
Main Method. 1. |
static void |
printProperties()
Print all user properties. |
static void |
printSystemProperties()
Print all user properties. |
static void |
saveProperties()
Save the user properties |
static void |
setFont(java.awt.Font f)
|
static void |
setProperties(java.util.Properties p)
|
static void |
setProperty(java.lang.String key,
java.lang.String val)
Modify a user property |
void |
updateConfigFile()
Upgrade or Add new properties if user properties file is older than this version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String HOME
public static java.lang.String APPHOME
Constructor Detail |
public Jxtray()
Method Detail |
public static void main(java.lang.String[] args)
public static void setProperty(java.lang.String key, java.lang.String val)
public static java.lang.String getProperty(java.lang.String key)
key
-
public static java.lang.String getLang(java.lang.String key)
public static void setProperties(java.util.Properties p)
public static java.util.Properties getProperties()
public static void printProperties()
public static JxtFrame getMainFrame()
public static void center(javax.swing.JDialog target)
public static void center(javax.swing.JFrame target)
public static void center(javax.swing.JWindow target)
public static void exec(java.lang.String command)
public static void printSystemProperties()
public static void saveProperties()
public static JxtConnectionManager getConnectionManager()
public static DriverCache getDriverCache()
public static SQLHistoryCache getSQLHistoryCache()
public static java.awt.Font getFont()
public static void setFont(java.awt.Font f)
f
- public void updateConfigFile()
public static javax.swing.ImageIcon getIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |