|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openide.options.ControlPanel
Singleton pool with a list of options for the entire IDE. Provides "safe" serialization of options (i.e. failures are per-property, not per-option nor per-pool).
| Constructor Summary | |
ControlPanel()
Deprecated. Default constructor, not to be called by user code. |
|
| Method Summary | |
boolean |
add(SystemOption so)
Deprecated. Use a declaration in a manifest file. |
SystemOption[] |
getSystemOptions()
Deprecated. Get all options in the pool. |
void |
readExternal(ObjectInput oi)
Deprecated. |
boolean |
remove(SystemOption so)
Deprecated. |
void |
writeExternal(ObjectOutput oo)
Deprecated. |
Object |
writeReplace()
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ControlPanel()
TopManager.getControlPanel()| Method Detail |
public boolean add(SystemOption so)
so - the option to addtrue if the object was added; false if it was already therepublic boolean remove(SystemOption so)
so - the option to removetrue if the option was removed; false if it was not there anywaypublic SystemOption[] getSystemOptions()
public void writeExternal(ObjectOutput oo)
throws IOException
public void readExternal(ObjectInput oi)
throws IOException,
ClassNotFoundException
public final Object writeReplace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||