public class ProjectGeneralPropertiesPageFactory extends Object implements PropertiesPageFactory
Constructor and Description |
---|
ProjectGeneralPropertiesPageFactory() |
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.
|
public String getGroupID()
PropertiesPageFactory
getGroupID
in interface PropertiesPageFactory
public boolean isVisible(Object obj)
PropertiesPageFactory
isVisible
in interface PropertiesPageFactory
obj
- object that store the properties of this properties page.public PropertiesPage create(Object obj)
PropertiesPageFactory
create
in interface PropertiesPageFactory
obj
- object that store the properties of this properties page.