| |
|
| java.lang.Object java.beans.PropertyEditorSupport org.netbeans.modules.gsfret.editor.options.CodeFoldingEditor
CodeFoldingEditor | public class CodeFoldingEditor extends PropertyEditorSupport (Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Martin Roskanin |
CodeFoldingEditor | public CodeFoldingEditor()(Code) | | Creates a new instance of CodeFoldingEditor
|
customEditorChange | protected void customEditorChange()(Code) | | The way our customEditor notifies us when user changes something.
|
getAsText | public String getAsText()(Code) | | Return the label to be shown in the PropertySheet
|
getHelpCtx | protected HelpCtx getHelpCtx()(Code) | | |
setAsText | public void setAsText(String s)(Code) | | Don't bother if the user tried to edit our label in the PropertySheet
|
setValue | public void setValue(Object obj)(Code) | | Sets the value for editor / customEditor
|
supportsCustomEditor | public boolean supportsCustomEditor()(Code) | | |
|
|
|