|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.editor.wizards.MultiWizard.PageLocator
protected class MultiWizard.PageLocator
Locates page.
Field Summary | |
---|---|
protected int |
pageIndex
Index of requested page. |
protected IWizard |
wizard
Wizard containing requested page. |
protected int |
wizardIndex
Index of wizard, containing requested page. |
Constructor Summary | |
---|---|
protected |
MultiWizard.PageLocator(IWizard wizard,
int wizardIndex,
int pageIndex)
Constructor. |
Method Summary | |
---|---|
int |
compareTo(MultiWizard.PageLocator o)
|
boolean |
equals(Object obj)
|
protected MultiWizard.PageLocator |
getNext()
Returns locator for next page. |
protected BaseWizardPage |
getPage()
Returns the page instance. |
protected MultiWizard.PageLocator |
getPrevious()
Returns locator for previous page. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final IWizard wizard
protected final int wizardIndex
protected final int pageIndex
Constructor Detail |
---|
protected MultiWizard.PageLocator(IWizard wizard, int wizardIndex, int pageIndex)
wizard
- the wizard.wizardIndex
- index of the wizard in the wizards list.pageIndex
- index of requested page.Method Detail |
---|
protected BaseWizardPage getPage()
public int compareTo(MultiWizard.PageLocator o)
compareTo
in interface Comparable<MultiWizard.PageLocator>
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
protected MultiWizard.PageLocator getPrevious()
null
if this
locator is first.protected MultiWizard.PageLocator getNext()
null
if next page is
not available/created/registered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |