|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JPropertiesEditor
An interface for editing properties. Remember to mark properties that cannot be edited in the property manager, otherwise such preperties will be emptied.
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
getPropertiesFromComponents(boolean fire)
As above, but works on the property manager's properties. |
void |
getPropertiesFromComponents(java.util.Properties props,
boolean fire)
Looks up the current (new) values of the properties in the editor's components and puts them into the given properties object. |
java.lang.String |
getPropertyFromComponent(java.lang.String key,
java.util.List components)
|
void |
localCommandClicked(java.lang.String command)
for buttons etc within the panel |
void |
makeComponents()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
boolean |
setComponentFromProperty(java.lang.String key,
java.util.List components,
java.lang.String val)
Sets the given dialog components for the given key with the value. |
void |
setComponentsFromProperties(java.util.Properties props)
Looks up the current (old?) |
void |
show()
Show the editor so that the properties can be edited. |
Method Detail |
---|
void show()
void setComponentsFromProperties(java.util.Properties props)
void getPropertiesFromComponents(java.util.Properties props, boolean fire)
void getPropertiesFromComponents(boolean fire)
void makeComponents()
boolean setComponentFromProperty(java.lang.String key, java.util.List components, java.lang.String val)
java.lang.String getPropertyFromComponent(java.lang.String key, java.util.List components)
void localCommandClicked(java.lang.String command)
void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |