All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.CardPanel
java.lang.Object
|
+----com.bulletproof.gui.Component
|
+----com.bulletproof.gui.Container
|
+----com.bulletproof.gui.Panel
|
+----com.bulletproof.gui.CardPanel
- public class CardPanel
- extends Panel
Class CardPanel represents a panel using the CardLayout layout manager.
-
CardPanel()
- Constructs a new Card Panel.
-
getCompNames()
- Show the selected panel.
-
getSelectedComp()
- Get the selected panel.
-
getSelectedComponent()
- Get the handle of the selected panel.
-
setSelectedComp(String)
- Show the selected panel.
CardPanel
public CardPanel()
- Constructs a new Card Panel.
getCompNames
public String[] getCompNames()
- Show the selected panel.
- Parameters:
- the - index name of the requested panel.
setSelectedComp
public boolean setSelectedComp(String compName)
- Show the selected panel.
- Parameters:
- the - index name of the requested panel.
- Returns:
- whether the panel was found
getSelectedComp
public String getSelectedComp()
- Get the selected panel.
- Returns:
- the index name of the requested panel.
getSelectedComponent
public Component getSelectedComponent()
- Get the handle of the selected panel.
- Returns:
- the index name of the requested panel.
All Packages Class Hierarchy This Package Previous Next Index