jsx3.amp.util.prefspanel plug-in.
| Field Summary | |
|---|---|
| static String | Event subject published when a preferences panel is saved. |
| static String | Event subject published when the active pane of a preferences panel is changed. |
| static String | Event subject published when a preferences panel is closed. |
| Constructor Summary | |
|---|---|
| void | init() The instance initializer. |
| Method Summary | |
|---|---|
| void | addPane(objPane : jsx3.amp.util.PrefsPane) Adds a prefs pane to this controller. |
| void | apply() Saves the state of the current pane. |
| boolean | Returns whether to collapse the left side pane list. |
| void | Renders the preferences panel in objParent. |
| void | save() Saves the state of the current pane and closes this panel. |
| void | setCollapse(bCollapse : boolean) Sets whether to collapse the left side pane list. |
| jsx3.$AsyncRV | Displays a prefs pane in the edit area. |
| jsx3.$AsyncRV | Removes this preferences panel from the view. |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
renderIn()
has been called.objParent.true only if the pane was shown successfully.true, the current pane is unloaded without saving changes.
true only if the preferences panel was unloaded successfully.