|
org.netbeans.modules.options.api/1 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.options.AdvancedOption
public abstract class AdvancedOption
Implementation of this class represents one category (like "Ant" or "Form Editor") in Miscellaneous Panel of Options Dialog. It should be registerred in layers:
<folder name="OptionsDialog"> <folder name="Advanced"> <file name="FooAdvancedPanel.instance"> <attr name="instanceClass" stringvalue="org.foo.FooAdvancedPanel"/> </file> </folder> </folder>No explicit sorting recognized (may be sorted e.g. by display name).
OptionsCategory
,
OptionsPanelController
Constructor Summary | |
---|---|
AdvancedOption()
|
Method Summary | |
---|---|
abstract OptionsPanelController |
create()
Returns OptionsPanelController for this category. |
abstract String |
getDisplayName()
Returns name of category used in Advanced Panel of Options Dialog. |
abstract String |
getTooltip()
Returns tooltip to be used on category name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdvancedOption()
Method Detail |
---|
public abstract String getDisplayName()
public abstract String getTooltip()
public abstract OptionsPanelController create()
OptionsPanelController
for this category. PanelController
creates visual component to be used inside of Advanced Panel.
OptionsPanelController
for this advanced options
category
|
org.netbeans.modules.options.api/1 1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |