Uses of Class
zisko.multicastor.program.data.GUIData.TabState

Packages that use GUIData.TabState
zisko.multicastor.program.data   
 

Uses of GUIData.TabState in zisko.multicastor.program.data
 

Methods in zisko.multicastor.program.data that return GUIData.TabState
 GUIData.TabState GUIData.getABOUT()
          returns the tab state of ABOUT can be visible, invisible or selected
 GUIData.TabState GUIData.getL2_RECEIVER()
          returns the tab state of L2_RECEIVER can be visible, invisible or selected
 GUIData.TabState GUIData.getL2_SENDER()
          returns the tab state of L2_SENDER can be visible, invisible or selected
 GUIData.TabState GUIData.getL3_RECEIVER()
          returns the tab state of L3_RECEIVER can be visible, invisible or selected
 GUIData.TabState GUIData.getL3_SENDER()
          returns the tab state of L3_SENDER can be visible, invisible or selected
 GUIData.TabState GUIData.getPLUS()
          returns the tab state of PLUS can be visible, invisible or selected
static GUIData.TabState GUIData.TabState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GUIData.TabState[] GUIData.TabState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zisko.multicastor.program.data with parameters of type GUIData.TabState
 void GUIData.setABOUT(GUIData.TabState aBOUT)
          sets the tab state of ABOUT Tab
 void GUIData.setL2_RECEIVER(GUIData.TabState l2_RECEIVER)
          sets the tab state of L2_RECEIVER
 void GUIData.setL2_SENDER(GUIData.TabState l2_SENDER)
          sets the tab state of L2_SENDER
 void GUIData.setL3_RECEIVER(GUIData.TabState l3_RECEIVER)
          sets the tab state of L3_RECEIVER
 void GUIData.setL3_SENDER(GUIData.TabState l3_SENDER)
          sets the tab state of L3_SENDER
 void GUIData.setPLUS(GUIData.TabState pLUS)
          sets the tab state of PLUS Tab It's not allowed to set the Plus Tab invisible