Class com.symantec.itools.frameworks.wizard.WizardEvent
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.frameworks.wizard.WizardEvent
Object
|
+----EventObject
|
+----com.symantec.itools.frameworks.wizard.WizardEvent
- public class WizardEvent
- extends EventObject
- Version:
- 1.0
- Author:
- Symantec Internet Tools Division
- Since:
- VCafe 3.0
-
WIZARD_CANCEL
-
-
WIZARD_FINISHED_SUCCESSFULLY
-
-
WIZARD_FINISH_REQUESTED
-
-
WIZARD_TITLE_CHANGED
-
-
id
-
-
str
-
-
com.symantec.itools.frameworks.wizard.WizardEvent(Object, int)
-
-
getID()
-
-
getNewTitle()
-
-
setNewTitle(String)
-
-
toString()
-
WIZARD_CANCEL
public static final int WIZARD_CANCEL
-
- Since:
VCafe 3.0
WIZARD_FINISHED_SUCCESSFULLY
public static final int WIZARD_FINISHED_SUCCESSFULLY
-
- Since:
VCafe 3.0
WIZARD_FINISH_REQUESTED
public static final int WIZARD_FINISH_REQUESTED
-
- Since:
VCafe 3.0
WIZARD_TITLE_CHANGED
public static final int WIZARD_TITLE_CHANGED
-
- Since:
VCafe 3.0
id
protected int id
-
- Since:
VCafe 3.0
str
protected java.lang.String str
-
- Since:
VCafe 3.0
WizardEvent
public WizardEvent(Object source,
int i)
getID
public int getID()
-
- Since:
- VCafe 3.0
getNewTitle
public java.lang.String getNewTitle()
-
- Since:
- VCafe 3.0
setNewTitle
public void setNewTitle(String title)
-
- Parameters:
- title - TODO
- Since:
- VCafe 3.0
toString
public java.lang.String toString()
-
- Overrides:
- toString in class EventObject
- Since:
- VCafe 3.0
All Packages Class Hierarchy This Package Previous Next Index