|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPEPanelResult | |
---|---|
com.intel.gpe.client2.common.panels.localfs | |
com.intel.gpe.client2.common.panels.wrappers | |
com.intel.gpe.client2.panels | |
com.intel.gui.editors.keystore2 |
Uses of GPEPanelResult in com.intel.gpe.client2.common.panels.localfs |
---|
Methods in com.intel.gpe.client2.common.panels.localfs that return GPEPanelResult | |
---|---|
GPEPanelResult |
LocalFileChooserPanel.getResult()
|
Methods in com.intel.gpe.client2.common.panels.localfs with parameters of type GPEPanelResult | |
---|---|
boolean |
LocalFileChooser.close(GPEPanelResult result)
Deprecated. |
boolean |
LocalFileChooserPanel.close(GPEPanelResult result)
|
Uses of GPEPanelResult in com.intel.gpe.client2.common.panels.wrappers |
---|
Methods in com.intel.gpe.client2.common.panels.wrappers that return GPEPanelResult | |
---|---|
GPEPanelResult |
OKCancelWrapper.getResult()
|
GPEPanelResult |
OKWrapper.getResult()
|
GPEPanelResult |
RunInBackgroundWrapper.getResult()
|
GPEPanelResult |
YesNoWrapper.getResult()
|
static GPEPanelResult |
YesNoWrapper.showConfirmation(IConfigurable parent,
java.lang.String name,
java.lang.String title,
java.lang.String message,
MessageProvider messageProvider)
Deprecated. |
static GPEPanelResult |
YesNoWrapper.showConfirmation(java.lang.String title,
java.lang.String message,
MessageAdapter messageAdapter,
INode node)
Deprecated. use YesNoWrapper.showConfirmation(String, String, MessageProvider, INode) instead |
static GPEPanelResult |
YesNoWrapper.showConfirmation(java.lang.String title,
java.lang.String message,
MessageProvider messageProvider,
INode node)
|
Uses of GPEPanelResult in com.intel.gpe.client2.panels |
---|
Methods in com.intel.gpe.client2.panels that return GPEPanelResult | |
---|---|
GPEPanelResult |
GPEPanel.getResult()
|
static GPEPanelResult |
GPEPanelResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GPEPanelResult[] |
GPEPanelResult.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.intel.gpe.client2.panels with parameters of type GPEPanelResult | |
---|---|
static boolean |
GPEPanelResult.isPositive(GPEPanelResult result)
|
Uses of GPEPanelResult in com.intel.gui.editors.keystore2 |
---|
Methods in com.intel.gui.editors.keystore2 that return GPEPanelResult | |
---|---|
GPEPanelResult |
KeystoreEditorPanel.getResult()
|
GPEPanelResult |
VOAccountPanel.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |