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.
|
String |
getName() |
boolean |
isVisible(Object obj)
Return true if this propeties page is enabled for the object.
|
public String getGroupID()
PropertiesPageFactorygetGroupID in interface PropertiesPageFactorypublic String getName()
getName in interface PropertiesPageFactorypublic boolean isVisible(Object obj)
PropertiesPageFactoryisVisible in interface PropertiesPageFactoryobj - object that store the properties of this properties page.public PropertiesPage create(Object obj)
PropertiesPageFactorycreate in interface PropertiesPageFactoryobj - object that store the properties of this properties page.