|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzisko.multicastor.program.data.GUIData
public class GUIData
Diese Bean-Klasse haellt Informationen ueber die GUI Config. !!In dieser Klasse ist keinerlei Logik implementiert!!
Nested Class Summary | |
---|---|
static class |
GUIData.TabState
|
Constructor Summary | |
---|---|
GUIData()
|
Method Summary | |
---|---|
GUIData.TabState |
getABOUT()
returns the tab state of ABOUT can be visible, invisible or selected |
GUIData.TabState |
getL2_RECEIVER()
returns the tab state of L2_RECEIVER can be visible, invisible or selected |
GUIData.TabState |
getL2_SENDER()
returns the tab state of L2_SENDER can be visible, invisible or selected |
GUIData.TabState |
getL3_RECEIVER()
returns the tab state of L3_RECEIVER can be visible, invisible or selected |
GUIData.TabState |
getL3_SENDER()
returns the tab state of L3_SENDER can be visible, invisible or selected |
java.lang.String |
getLanguage()
to get current language (default: english) |
GUIData.TabState |
getPLUS()
returns the tab state of PLUS can be visible, invisible or selected |
java.lang.String |
getWindowName()
returns the window name |
void |
resetValues()
restores the default view of the MultiCastor |
void |
setABOUT(GUIData.TabState aBOUT)
sets the tab state of ABOUT Tab |
void |
setL2_RECEIVER(GUIData.TabState l2_RECEIVER)
sets the tab state of L2_RECEIVER |
void |
setL2_SENDER(GUIData.TabState l2_SENDER)
sets the tab state of L2_SENDER |
void |
setL3_RECEIVER(GUIData.TabState l3_RECEIVER)
sets the tab state of L3_RECEIVER |
void |
setL3_SENDER(GUIData.TabState l3_SENDER)
sets the tab state of L3_SENDER |
void |
setLanguage(java.lang.String language)
to set the current language |
void |
setPLUS(GUIData.TabState pLUS)
sets the tab state of PLUS Tab It's not allowed to set the Plus Tab invisible |
void |
setWindowName(java.lang.String windowName)
sets the window name |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GUIData()
Method Detail |
---|
public void resetValues()
public GUIData.TabState getL3_SENDER()
public void setL3_SENDER(GUIData.TabState l3_SENDER)
l3_SENDER
- the tab state to be setpublic GUIData.TabState getL3_RECEIVER()
public void setL3_RECEIVER(GUIData.TabState l3_RECEIVER)
l3_RECEIVER
- the tab state to be setpublic GUIData.TabState getL2_SENDER()
public void setL2_SENDER(GUIData.TabState l2_SENDER)
l2_SENDER
- the tab state to be setpublic GUIData.TabState getL2_RECEIVER()
public void setL2_RECEIVER(GUIData.TabState l2_RECEIVER)
l2_RECEIVER
- the tab state to be setpublic GUIData.TabState getPLUS()
public void setPLUS(GUIData.TabState pLUS)
pLUS
- the tab state to be setpublic GUIData.TabState getABOUT()
public void setABOUT(GUIData.TabState aBOUT)
aBOUT
- the tab state to be setpublic java.lang.String getWindowName()
public void setWindowName(java.lang.String windowName)
windowName
- the new window namepublic java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the new language as Stringpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |