public class MapserverViewPropertiesPageFactory extends java.lang.Object implements PropertiesPageFactory
| Constructor and Description |
|---|
MapserverViewPropertiesPageFactory() |
| Modifier and Type | Method and Description |
|---|---|
PropertiesPage |
create(java.lang.Object arg0) |
java.lang.String |
getGroupID()
Return the group identifier.
|
java.lang.String |
getName() |
boolean |
isVisible(java.lang.Object arg0)
Return true if this propeties page is enabled for the object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic PropertiesPage create(java.lang.Object arg0)
public java.lang.String getName()
getName in interface PropertiesPageFactorypublic java.lang.String getGroupID()
PropertiesPageFactorygetGroupID in interface PropertiesPageFactorypublic boolean isVisible(java.lang.Object arg0)
PropertiesPageFactoryisVisible in interface PropertiesPageFactoryarg0 - object that store the properties of this properties page.