|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.ri.common.dialog.SettingsDialogPanelGroup
The SettingsDialogPanelGroup class describes a grouping of
related AbstractJSettingsDialogPanel classes. The groupings
are used by the JDefaultSettingsDialog,
JTabbedSettingsDialog and JTreeSettingsDialog
to display related AbstractJSettingsDialogPanel in an
specified way.
AbstractJSettingsDialogPanel
children as leaves on the branch.
AbstractJSettingsDialogPanel
in the SettingsDialogPanelGroup as a separate tab. There
is now visible sign of the grouping
AbstractJSettingsDialogPanel
as a button which on the bottom of the first AbstractJSettingsDialogPanel
| Constructor Summary | |
SettingsDialogPanelGroup(String name)
Creates a new settings dialog object. |
|
| Method Summary | |
void |
addPanel(Component panel)
Add a new panel to the grouping. |
String |
getName()
Get the name of the group. |
Vector |
getPanels()
Return a list of all panels in the group. |
boolean |
remove(String name)
Removes first occurrence of panel of the given name. |
void |
removeAll()
Remove all panels from the group. |
void |
setName(String name)
Set the name of the group. |
String |
toString()
Return the display name of the grouping. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SettingsDialogPanelGroup(String name)
name - name of panel group which can be displayed by an
AbstractJSettingsDialog GUI that represents a panel group
visually| Method Detail |
public void addPanel(Component panel)
panel - AbstractJSettingsDailogPanel object to add
to the group.public boolean remove(String name)
name - - name of panel to remove
public String toString()
public void removeAll()
public Vector getPanels()
public void setName(String name)
name - getName()public String getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||