public class EditNodeBase
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
EditNodeBase.EditControl |
protected class |
EditNodeBase.EditCopyAction |
protected class |
EditNodeBase.EditPopupMenu |
Modifier and Type | Field and Description |
---|---|
protected static int |
BUTTON_CANCEL |
protected static int |
BUTTON_OK |
protected static int |
BUTTON_SPLIT |
protected static boolean |
checkSpelling |
protected NodeView |
node |
protected java.lang.String |
text |
protected java.awt.event.FocusListener |
textFieldListener |
Modifier and Type | Method and Description |
---|---|
protected boolean |
binOptionIsTrue(java.lang.String option) |
void |
closeEdit() |
java.awt.datatransfer.Clipboard |
getClipboard() |
protected Controller |
getController() |
EditNodeBase.EditControl |
getEditControl() |
protected FreeMindMain |
getFrame() |
protected ModeController |
getModeController() |
NodeView |
getNode() |
protected java.lang.String |
getText() |
protected java.lang.String |
getText(java.lang.String string) |
java.awt.event.FocusListener |
getTextFieldListener() |
protected MapView |
getView() |
protected void |
redispatchKeyEvents(javax.swing.text.JTextComponent textComponent,
java.awt.event.KeyEvent firstKeyEvent) |
void |
setText(java.lang.String string) |
void |
setTextFieldListener(java.awt.event.FocusListener listener) |
protected static boolean checkSpelling
protected static final int BUTTON_OK
protected static final int BUTTON_CANCEL
protected static final int BUTTON_SPLIT
protected NodeView node
protected java.lang.String text
protected java.awt.event.FocusListener textFieldListener
protected MapView getView()
protected ModeController getModeController()
protected Controller getController()
protected java.lang.String getText(java.lang.String string)
protected FreeMindMain getFrame()
protected boolean binOptionIsTrue(java.lang.String option)
public void closeEdit()
protected java.lang.String getText()
public java.awt.datatransfer.Clipboard getClipboard()
public EditNodeBase.EditControl getEditControl()
public NodeView getNode()
public java.awt.event.FocusListener getTextFieldListener()
public void setText(java.lang.String string)
public void setTextFieldListener(java.awt.event.FocusListener listener)
protected void redispatchKeyEvents(javax.swing.text.JTextComponent textComponent, java.awt.event.KeyEvent firstKeyEvent)