public interface PropertiesPageFactory
Modifier and Type | Method and Description |
---|---|
PropertiesPage |
create(java.lang.Object container,
java.lang.Object data)
Create a instance of the propeties page for the object.
|
java.lang.String |
getGroupID()
Return the group identifier.
|
java.lang.String |
getName() |
boolean |
isVisible(java.lang.Object obj)
Return true if this propeties page is enabled for the object.
|
java.lang.String getName()
java.lang.String getGroupID()
boolean isVisible(java.lang.Object obj)
obj
- object that store the properties of this properties page.PropertiesPage create(java.lang.Object container, java.lang.Object data)
container,
- Container of the new page, usually the dialog.data
- object that store the properties of this properties page.