org.netbeans.spi.options |
|
Java Source File Name | Type | Comment |
AdvancedOption.java | Class | Implementation of this class represents one category (like "Ant"
or "Form Editor") in Miscellaneous Panel of Options Dialog. |
OptionsCategory.java | Class | Implementation of this class represents one category (like "Fonts & Colors"
or "Editor") in Options Dialog. |
OptionsPanelController.java | Class | PanelController creates visual representation of one Options Dialog
category, and manages communication between Options Dialog and this
panel. |