|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addOption(OPAOptionPanel optionPanel)
Adds an OPAOptionPanel to the system. |
void |
addOption(java.util.Properties moduleDefaults)
Adds a default Properties object to the system option manager. |
void |
addOptionListener(OPAOptionListener listener)
regsiters an OPAOptionListener object with OPAOptionManager. |
java.lang.String |
get(java.lang.String key)
retrieves an options value. |
boolean |
getBoolean(java.lang.String key)
Convenience method to simplify the handling of boolean values |
java.awt.Color |
getColor(java.lang.String key)
Convenience method to simplify the handling of Color values |
int |
getInt(java.lang.String key)
Convenience method to simplify the handling of int values |
void |
removeOptionListener(OPAOptionListener listener)
Removes an OPAOptionListener. |
void |
set(java.lang.String key,
java.lang.String value)
Sets an options value. |
void |
setAndSignal(java.lang.String key,
java.lang.String value)
Sets a single option AND signals an option change to listening code. |
void |
setAndSignalBoolean(java.lang.String key,
boolean value)
Convenience method to simplify the handling of boolean values |
void |
setAndSignalColor(java.lang.String key,
java.awt.Color value)
Convenience method to simplify the handling of Color values |
void |
setAndSignalHexInt(java.lang.String key,
int value)
Convenience method to simplify the handling of int values |
void |
setAndSignalOctInt(java.lang.String key,
int value)
Convenience method to simplify the handling of int values |
void |
setBoolean(java.lang.String key,
boolean value)
Convenience method to simplify the handling of boolean values |
void |
setColor(java.lang.String key,
java.awt.Color value)
Convenience method to simplify the handling of Color values |
void |
setHexInt(java.lang.String key,
int value)
Convenience method to simplify the handling of int values |
void |
setOctInt(java.lang.String key,
int value)
Convenience method to simplify the handling of int values |
void |
showOptions(java.lang.String panelName)
Displays the options panel specified. |
void |
signal()
Notifies listeners that options have been changed. |
Methods inherited from interface org.opa.core.OPAManager |
load, start, stop |
Method Detail |
public void addOption(java.util.Properties moduleDefaults)
public void addOption(OPAOptionPanel optionPanel)
public void showOptions(java.lang.String panelName)
public java.lang.String get(java.lang.String key)
public void set(java.lang.String key, java.lang.String value)
public void signal()
public void setAndSignal(java.lang.String key, java.lang.String value)
public void addOptionListener(OPAOptionListener listener)
public boolean getBoolean(java.lang.String key) throws java.lang.Throwable
java.lang.Throwable
public void setBoolean(java.lang.String key, boolean value) throws java.lang.Throwable
java.lang.Throwable
public void setAndSignalBoolean(java.lang.String key, boolean value) throws java.lang.Throwable
java.lang.Throwable
public int getInt(java.lang.String key) throws java.lang.Throwable
java.lang.Throwable
public void setOctInt(java.lang.String key, int value) throws java.lang.Throwable
java.lang.Throwable
public void setAndSignalOctInt(java.lang.String key, int value) throws java.lang.Throwable
java.lang.Throwable
public void setHexInt(java.lang.String key, int value) throws java.lang.Throwable
java.lang.Throwable
public void setAndSignalHexInt(java.lang.String key, int value) throws java.lang.Throwable
java.lang.Throwable
public java.awt.Color getColor(java.lang.String key) throws java.lang.Throwable
java.lang.Throwable
public void setColor(java.lang.String key, java.awt.Color value) throws java.lang.Throwable
java.lang.Throwable
public void setAndSignalColor(java.lang.String key, java.awt.Color value) throws java.lang.Throwable
java.lang.Throwable
public void removeOptionListener(OPAOptionListener listener)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |