public class BandsLayerPropertiesPageFactory extends java.lang.Object implements PropertiesPageFactory
| Constructor and Description | 
|---|
| BandsLayerPropertiesPageFactory() | 
| 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 java.lang.String getGroupID()
PropertiesPageFactorygetGroupID 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 obj)
PropertiesPageFactorycreate in interface PropertiesPageFactoryobj - object that store the properties of this properties page.public java.lang.String getName()
getName in interface PropertiesPageFactory