|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.client2.common.panels.wrappers.RadioButtonOKCancelPanelGroup<PanelType>
public class RadioButtonOKCancelPanelGroup<PanelType extends OKCancelPanel>
This class is used to create a multiple-exclusion scope for a set of OKCancelPanels.
Constructor Summary | |
---|---|
RadioButtonOKCancelPanelGroup()
|
Method Summary | |
---|---|
void |
add(PanelType panel,
java.lang.String caption,
boolean selected)
Adds the OKCancelPanel to the group. |
void |
addChild(IConfigurable child)
Deprecated. |
boolean |
applyValues()
|
boolean |
cancelValues()
|
java.awt.Component |
getComponent()
|
INode |
getNode()
Deprecated. |
java.util.Map<javax.swing.ButtonModel,PanelType> |
getOKCancelPanels()
|
PanelType |
getSelectedPanel()
|
void |
load(IPreferences preferences)
Load the settings |
void |
store(IPreferences preferences)
Store the settings |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadioButtonOKCancelPanelGroup()
Method Detail |
---|
public void add(PanelType panel, java.lang.String caption, boolean selected)
panel
- the OKCancelPanel to be addedcaption
- the caption panel's RadioButtonselected
- public PanelType getSelectedPanel()
public boolean applyValues()
applyValues
in interface OKCancelPanel
public boolean cancelValues()
cancelValues
in interface OKCancelPanel
public java.awt.Component getComponent()
getComponent
in interface OKCancelPanel
public java.util.Map<javax.swing.ButtonModel,PanelType> getOKCancelPanels()
public void load(IPreferences preferences)
IConfigurable
load
in interface IConfigurable
public void store(IPreferences preferences)
IConfigurable
store
in interface IConfigurable
@Deprecated public INode getNode()
IConfigurable
getNode
in interface IConfigurable
@Deprecated public void addChild(IConfigurable child)
IConfigurable
addChild
in interface IConfigurable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |