public interface PropertiesPageFactory
| Modifier and Type | Method and Description |
|---|---|
PropertiesPage |
create(java.lang.Object obj)
Create a instance of the propeties page for the object.
|
java.lang.String |
getGroupID()
Return the group identifier.
|
boolean |
isVisible(java.lang.Object obj)
Return true if this propeties page is enabled for the object.
|
PropertiesPage create(java.lang.Object obj)
obj - object that store the properties of this properties page.java.lang.String getGroupID()
boolean isVisible(java.lang.Object obj)
obj - object that store the properties of this properties page.Copyright © 2016 gvSIG Association. All Rights Reserved.