| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Abstract class IdeExpertPageSupport provides a default implementation
of the IdeExpertPage interface.
| Constructor Summary | |
IdeExpertPageSupport(String pageTitle, int totalPages)Creates new IdeExpertPage with the specified title and count of pages. | |
| Method Summary | |
void | addChangeListener(ChangeListener listener)Adds specified change listener for this expert page. |
boolean | canFinish()Checks whether it is possible to finish working with bean's properties. |
boolean | canGetNextPage()Checks whether it is possible to get the next page. |
protected void | fireChangeEvent()Fires up "state changed" event for all listeners. |
IdeExpertListener | getExpertListener()Returns listener to events active when this page selected. |
String | getHelpURL()Returns the string with the help URL. |
abstract Object | getNextPage()Returns next page. |
String | getPageTitle()Returns the page title. |
int | getTotalPages()Returns count of pages. |
boolean | isLastPage()Checks whether the current page is the last one. |
void | removeChangeListener(ChangeListener listener)Removes specified change listener from this expert page. |
| Constructor Detail |
public IdeExpertPageSupport(String pageTitle, int totalPages)
IdeExpertPage with the specified title and count of pages.String to be displayed as a page headerint number of pages in this expert| Method Detail |
public void addChangeListener(ChangeListener listener)
public boolean canFinish()
public boolean canGetNextPage()
protected void fireChangeEvent()
public IdeExpertListener getExpertListener()
public String getHelpURL()
public abstract Object getNextPage()
public String getPageTitle()
String title of this pagepublic int getTotalPages()
public boolean isLastPage()
public void removeChangeListener(ChangeListener listener)
| Association Links |
to Class java.util.Vector
to Class javax.swing.event.ChangeEvent
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||