Class | Description |
---|---|
AdvancedOption |
This class represents one category (like "Ant"
or "Form Editor") in Miscellaneous Panel of Options Dialog.
|
OptionsCategory |
This class represents one category (like "Fonts & Colors"
or "Editor") in Options Dialog.
|
OptionsPanelController |
PanelController creates visual representation of one Options Dialog
category, and manages communication between Options Dialog and this
panel.
|
Annotation Type | Description |
---|---|
OptionsPanelController.ContainerRegistration |
Registers a panel with child panels at the top level of the Options dialog.
|
OptionsPanelController.Keywords |
Registers keywords for some panel in the Options dialog.
|
OptionsPanelController.KeywordsRegistration |
Similar to
OptionsPanelController.Keywords but permits multiple registrations of
one class. |
OptionsPanelController.SubRegistration |
Registers a subpanel inside a top-level container panel in the Options dialog.
|
OptionsPanelController.TopLevelRegistration |
Registers a simple panel at the top level of the Options dialog.
|