|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.jface.dialogs.PageChangingEvent
Event object describing an IDialogPage
in the midst of changing.
IPageChangingListener
,
Serialized FormField Summary | |
---|---|
boolean |
doit
Public field that dictates if the page change will successfully change. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
PageChangingEvent(Object source,
Object currentPage,
Object targetPage)
Creates a new event for the given source, selected (current) page and direction. |
Method Summary | |
---|---|
Object |
getCurrentPage()
Returns the current page from which the page change originates. |
Object |
getTargetPage()
Returns the target page to change to. |
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 |
public boolean doit
false
to prevent the page from changing.
Default value is true
.
Constructor Detail |
public PageChangingEvent(Object source, Object currentPage, Object targetPage)
source
- the page changing provider (the source of this event)currentPage
- the current page. In the JFace provided dialogs this will be
an IDialogPage
.targetPage
- the target page. In the JFace provided dialogs this will be an
IDialogPage
.Method Detail |
public Object getCurrentPage()
IDialogPage
.public Object getTargetPage()
IDialogPage
.
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.