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