|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.klg.jclass.swing.JCWizardEvent
The event object for JCWizard pages.
| Field Summary | |
protected boolean |
allowChange
|
protected Component |
currentPage
|
protected boolean |
isLastPage
|
protected Component |
newPage
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
JCWizardEvent(Object source,
Component current_page,
Component new_page,
boolean is_last_page,
boolean allow_change)
|
|
| Method Summary | |
boolean |
getAllowChange()
Returns whether the event should be allowed to finish processing. |
Component |
getCurrentPage()
Returns the current page on which the JCWizardEvent occurred. |
Component |
getNewPage()
Returns the next page. |
boolean |
isLastPage()
Returns whether the page is the last page. |
void |
setAllowChange(boolean v)
Sets whether the event should be allowed to finish processing. |
void |
setNewPage(Component p)
Sets the next page. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Component currentPage
protected Component newPage
protected boolean isLastPage
protected boolean allowChange
| Constructor Detail |
public JCWizardEvent(Object source,
Component current_page,
Component new_page,
boolean is_last_page,
boolean allow_change)
| Method Detail |
public boolean isLastPage()
public boolean getAllowChange()
public void setAllowChange(boolean v)
v - public Component getNewPage()
public void setNewPage(Component p)
p - public Component getCurrentPage()
JCWizardEvent occurred.
JCWizardEvent occurred
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||