P
- the class of the object to be visualizedpublic interface ListManager<P extends REpiceaUIObject>
Modifier and Type | Method and Description |
---|---|
java.util.List<P> |
getList()
This method returns the list of UserInterfaceableObject-derived instance
|
void |
registerObject(P obj)
This method add the UserInterfaceableObject-derived instance to the list.
|
void |
removeObject(P obj)
This method remove the UserInterfaceableObject-derived instance from the list.
|
java.util.List<P> getList()
void registerObject(P obj)
obj
- a UserInterfaceableObject-derived instancevoid removeObject(P obj)
obj
- a UserInterfaceableObject-derived instance