public static interface PersistentObject.ManagerBean
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add PropertyChangeEvent listener.
|
java.lang.String |
getManagerName()
get the name of this manager to put in a menu
|
java.lang.Class |
getPersistentObjectClass()
Get the Class type of the objects managed; must implement Serializable, Cloneable
|
PersistentObject |
getSelection()
Get the currently selected object, of type getPersistentObjectClass()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove PropertyChangeEvent listener
|
void |
setSelection(PersistentObject select)
Set the currently selected thing: must be of type getPersistentObjectClass().
|
void |
show()
Popup the Manager Dialog
|
void |
storePersistentData()
Call this when you want to store the persistent data
|
java.lang.String getManagerName()
java.lang.Class getPersistentObjectClass()
void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- void show()
void storePersistentData()
PersistentObject getSelection()
void setSelection(PersistentObject select)
select
-