|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
org.netbeans.modules.editor.options.KeyBindingsEditor
public class KeyBindingsEditor
KeyBindingsEditor is editor for MultiKeyBindings settings of Editor, operates over java.util.List, where single MultiKeyBindings are stored. First item in List (with index 0) is used for transferring kitClass.
Constructor Summary | |
---|---|
KeyBindingsEditor()
|
Method Summary | |
---|---|
protected void |
customEditorChange()
The way our customEditor notifies us when user changes something. |
String |
getAsText()
Return the label to be shown in the PropertySheet |
Component |
getCustomEditor()
Create custom editor tightly coupled with this editor |
protected HelpCtx |
getHelpCtx()
|
void |
setAsText(String s)
Don't bother if the user tried to edit our label in the PropertySheet |
void |
setValue(Object obj)
Sets the value for editor / customEditor |
boolean |
supportsCustomEditor()
Tell the world that we have nice editor Component |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyBindingsEditor()
Method Detail |
---|
protected HelpCtx getHelpCtx()
public boolean supportsCustomEditor()
supportsCustomEditor
in interface PropertyEditor
supportsCustomEditor
in class PropertyEditorSupport
public Component getCustomEditor()
getCustomEditor
in interface PropertyEditor
getCustomEditor
in class PropertyEditorSupport
public void setValue(Object obj)
setValue
in interface PropertyEditor
setValue
in class PropertyEditorSupport
protected void customEditorChange()
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public void setAsText(String s)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
|
org.netbeans.modules.editor/3 1.32.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |