zisko.multicastor.program.data
Class GUIData

java.lang.Object
  extended by zisko.multicastor.program.data.GUIData

public class GUIData
extends java.lang.Object

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

GUIData

public GUIData()
Method Detail

resetValues

public void resetValues()
restores the default view of the MultiCastor


getL3_SENDER

public GUIData.TabState getL3_SENDER()
returns the tab state of L3_SENDER can be visible, invisible or selected

Returns:
tab state of L3_SENDER

setL3_SENDER

public void setL3_SENDER(GUIData.TabState l3_SENDER)
sets the tab state of L3_SENDER

Parameters:
l3_SENDER - the tab state to be set

getL3_RECEIVER

public GUIData.TabState getL3_RECEIVER()
returns the tab state of L3_RECEIVER can be visible, invisible or selected

Returns:
tab state of L3_RECEIVER

setL3_RECEIVER

public void setL3_RECEIVER(GUIData.TabState l3_RECEIVER)
sets the tab state of L3_RECEIVER

Parameters:
l3_RECEIVER - the tab state to be set

getL2_SENDER

public GUIData.TabState getL2_SENDER()
returns the tab state of L2_SENDER can be visible, invisible or selected

Returns:
tab state of L2_SENDER

setL2_SENDER

public void setL2_SENDER(GUIData.TabState l2_SENDER)
sets the tab state of L2_SENDER

Parameters:
l2_SENDER - the tab state to be set

getL2_RECEIVER

public GUIData.TabState getL2_RECEIVER()
returns the tab state of L2_RECEIVER can be visible, invisible or selected

Returns:
tab state of L2_RECEIVER

setL2_RECEIVER

public void setL2_RECEIVER(GUIData.TabState l2_RECEIVER)
sets the tab state of L2_RECEIVER

Parameters:
l2_RECEIVER - the tab state to be set

getPLUS

public GUIData.TabState getPLUS()
returns the tab state of PLUS can be visible, invisible or selected

Returns:
tab state of PLUS Tab

setPLUS

public void setPLUS(GUIData.TabState pLUS)
sets the tab state of PLUS Tab It's not allowed to set the Plus Tab invisible

Parameters:
pLUS - the tab state to be set

getABOUT

public GUIData.TabState getABOUT()
returns the tab state of ABOUT can be visible, invisible or selected

Returns:
tab state of ABOUT Tab

setABOUT

public void setABOUT(GUIData.TabState aBOUT)
sets the tab state of ABOUT Tab

Parameters:
aBOUT - the tab state to be set

getWindowName

public java.lang.String getWindowName()
returns the window name

Returns:
the window name of the MultiCastor

setWindowName

public void setWindowName(java.lang.String windowName)
sets the window name

Parameters:
windowName - the new window name

getLanguage

public java.lang.String getLanguage()
to get current language (default: english)

Returns:
returns the current language

setLanguage

public void setLanguage(java.lang.String language)
to set the current language

Parameters:
language - the new language as String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object