|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Features describing a property page.
Method Summary | |
void |
addPropertyPageListener(PropertyPageListener ppl)
Start notifying the specified listener of events regarding this property page. |
JComponent |
getComponent()
Return the component to be displayed as the property page contents. |
Icon |
getIcon()
Return the icon to be displayed in the property page's tab. |
String |
getTitle()
Return the text to be displayed in the property page's tab. |
String |
getToolTip()
Return the tool tip text to be associated with the property page. |
boolean |
isEnabled()
Is the property page enabled? |
void |
onPropertyPageRemoved(PropertyPageContainer ppcParent)
Invoked by the property page container to indicate removal of the page from the container. |
void |
removePropertyPageListener(PropertyPageListener ppl)
Stop notifying the specified listener of events regarding this property page. |
Method Detail |
public Icon getIcon()
public String getTitle()
public String getToolTip()
public JComponent getComponent()
public boolean isEnabled()
public void addPropertyPageListener(PropertyPageListener ppl)
ppl
- The property page listener to receive the events.public void removePropertyPageListener(PropertyPageListener ppl)
ppl
- The property page listener to be removed from the list of evcent receivers.public void onPropertyPageRemoved(PropertyPageContainer ppcParent)
|
Dresden OCL Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |