org.das2.components.propertyeditor.PropertyEditor
This class implements a Hierarchical property editor
MULTIPLE
addSaveAction
addSaveAction( javax.swing.AbstractAction abstractAction ) → void
add a save button, and perform the given action.
Parameters
abstractAction - the action to perform.
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
createPeersEditor
createPeersEditor( Object leader, java.lang.Object[] peers ) → PropertyEditor
create a PropertyEditor when we are editing several beans at once.
Parameters
leader - the leader bean, which is used to get settings for all components.
peers - the peers, which must all be instances of the leader's class.
Returns:
a PropertyEditor for editing several beans at once.
search for examples
view on GitHub
view source
doLayout
doLayout( ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
getDialog
getDialog( java.awt.Component c ) → JDialog
allow clients to get at the dialog so it can be positioned.
Parameters
c - parent, if initializing.
Returns:
the dialog.
search for examples
view on GitHub
view source
getListenForExternalChanges
getListenForExternalChanges( ) → boolean
Returns:
boolean
search for examples
view on GitHub
view source
isBean
isBean( Object lbean ) → boolean
return true if the object is a Java Bean that fires property change events.
This checks to see if listeners can be registered.
Parameters
lbean - an object which may be a bean
Returns:
true if the object has an addPropertyChangeListener method.
search for examples
view on GitHub
view source
setListenForExternalChanges
setListenForExternalChanges( boolean v ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source
showModalDialog
showModalDialog( java.awt.Component c ) → void
Returns:
void (returns nothing)
search for examples
view on GitHub
view source