|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.wizard.core.WizardDelegate
public abstract class WizardDelegate
The WizardDelegate is called by the core wizard engine to at various points to allow an application to override default behaviors.
Constructor Summary | |
---|---|
WizardDelegate()
|
Method Summary | |
---|---|
WizardFrameDelegate |
delegateForFrame(WizardFrame frame)
Allows the WizardDelegate to provide the WizardFrameDelegate instance for a given frame. |
void |
initialize(Wizard wizard)
let wizarddelegate have a chance to do initialization work before the wizard starts. |
java.lang.String |
localizedStringForKey(java.lang.String key)
Allows the WizardDeleget to provide the localized string for labels and hints |
java.lang.String |
localizedStringForKey(java.lang.String key,
Wizard wizard)
|
abstract java.lang.String |
stringFile()
Determines the name of the strings resource file for the wizard. |
abstract java.lang.String |
stringGroupName()
Determines the strings group name (analogous to a component) for the strings in the wizard. |
WizardActionTarget |
targetForAction(WizardAction action)
Allows the WizardDelegate to handle the given action. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WizardDelegate()
Method Detail |
---|
public void initialize(Wizard wizard)
public WizardFrameDelegate delegateForFrame(WizardFrame frame)
public WizardActionTarget targetForAction(WizardAction action)
public java.lang.String localizedStringForKey(java.lang.String key)
public java.lang.String localizedStringForKey(java.lang.String key, Wizard wizard)
public abstract java.lang.String stringFile()
public abstract java.lang.String stringGroupName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |