public class OperationsLayerPropertiesPageFactory extends java.lang.Object implements PropertiesPageFactory
Constructor and Description |
---|
OperationsLayerPropertiesPageFactory() |
Modifier and Type | Method and Description |
---|---|
PropertiesPage |
create(java.lang.Object container,
java.lang.Object obj)
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 OperationsLayerPropertiesPageFactory()
public java.lang.String getGroupID()
PropertiesPageFactory
getGroupID
in interface PropertiesPageFactory
public boolean isVisible(java.lang.Object obj)
PropertiesPageFactory
isVisible
in interface PropertiesPageFactory
obj
- object that store the properties of this properties page.public PropertiesPage create(java.lang.Object container, java.lang.Object obj)
PropertiesPageFactory
create
in interface PropertiesPageFactory
obj
- object that store the properties of this properties page.public java.lang.String getName()
getName
in interface PropertiesPageFactory