public class ProjectGeneralPropertiesPageFactory extends java.lang.Object implements PropertiesPageFactory
| Constructor and Description |
|---|
ProjectGeneralPropertiesPageFactory() |
| 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.
|
public java.lang.String getGroupID()
PropertiesPageFactorygetGroupID in interface PropertiesPageFactorypublic java.lang.String getName()
getName in interface PropertiesPageFactorypublic boolean isVisible(java.lang.Object obj)
PropertiesPageFactoryisVisible in interface PropertiesPageFactoryobj - object that store the properties of this properties page.public PropertiesPage create(java.lang.Object container, java.lang.Object data)
PropertiesPageFactorycreate in interface PropertiesPageFactorydata - object that store the properties of this properties page.