|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ChinaVO.FITSManager.Global
public class Global
Storage the global variables. These variables could be seen in the whole
application
example:
Global.getGUILang(); // get a GUILang instance
Global.getSystemSetting; // get a SystemSetting instance
Global.m_globalObjs(key, obj);// storage a self-define object into a Map, and
it can be visited by other program of this application, confirm the key is
unique.
Field Summary | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
m_globalObjs
storage any object, and it can be visit in the whole application. |
Constructor Summary | |
---|---|
Global()
|
Method Summary | |
---|---|
static ConfigurationDialog |
getConfigurationDialog()
|
static FListViewOperator |
getFListViewOperator()
Get the single FListViewOperator instance in this application. |
static GUILang |
getGUILang()
get a GUILang instance, it's the only GUILang instance in the application. |
static MainFrame |
getMainFrame()
Get the main GUI in this application. |
static SystemSetting |
getSystemSetting()
get a SystemSetting instance, it's the only GUILang instance in the application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.Map<java.lang.String,java.lang.Object> m_globalObjs
Constructor Detail |
---|
public Global()
Method Detail |
---|
public static GUILang getGUILang()
public static SystemSetting getSystemSetting()
public static MainFrame getMainFrame()
public static FListViewOperator getFListViewOperator()
public static ConfigurationDialog getConfigurationDialog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |