|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
Control |
addItem(Control item,
String tabName,
String longName)
This adds a control to the MultiPanel with a specified short (Tab) name and optional long name. |
Card |
getItem(Control item)
This returns a Card object holding information about the item added for the specified control. |
Card |
getItem(int index)
This returns a Card object holding information about the item added at the specified index. |
int |
getItemCount()
This returns the number of items added to the MultiPanel. |
int |
getSelectedItem()
This returns the index for the currently selected item. |
void |
select(Control item)
This selects for display one of the previously added Controls. |
void |
select(int index)
This selects for display one of the previously added Controls, given the index of the item. |
void |
select(String tabName)
This selects for display one of the previously added Controls, given the short (tab) name for the item. |
| Method Detail |
public Control addItem(Control item,
String tabName,
String longName)
public void select(Control item)
public void select(String tabName)
public void select(int index)
public Card getItem(int index)
public Card getItem(Control item)
public int getSelectedItem()
public int getItemCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||