| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface IdeExperPage defines an expert page. A bean object
has to implements this interface in order to create a multi-page
bean properties' inspector in IdeWindowManager.customize method.
| 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 the bean's properties. |
boolean | canGetNextPage()Checks whether it is possible to get the next page. |
IdeExpertListener | getExpertListener()Returns listener to the events that activate when this page is selected. |
String | getHelpURL()Returns the help URL. |
Object | getNextPage()Returns the next page. |
String | getPageTitle()Returns the name of expert page to be displayed in the dialog title. |
int | getTotalPages()Returns the total number of pages. |
boolean | isLastPage()Checks if the current page is the last one. |
void | removeChangeListener(ChangeListener listener)Removes specified change listener from this expert page. |
| Method Detail |
public void addChangeListener(ChangeListener listener)
ChangeListener to be addedpublic boolean canFinish()
true if it is possible to finish working with bean's properties, false
otherwisepublic boolean canGetNextPage()
true - the next page can be obtained, false otherwisepublic IdeExpertListener getExpertListener()
This listener is notified when a page is initially selected and when the user requests performing various actions.
IdeExpertListener object that represents a listener
to the events activated when this page is selectedpublic String getHelpURL()
String that contains the help URLpublic Object getNextPage()
Object that represents the next pagepublic String getPageTitle()
String of the expert page to be displayed in the dialog titlepublic int getTotalPages()
int count of pages, or -1 if unknownpublic boolean isLastPage()
true if the current page is the last one, false otherwisepublic void removeChangeListener(ChangeListener listener)
ChangeListener to be deleted
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||