public class RMEditorPaneMenuBar extends SwingOwner
DragDrop, DragEnter, DragEvents, DragExit, DragOver, KeyEvents, KeyFinished, KeyPressed, KeyReleased, KeyTyped, MouseClicked, MouseDragged, MouseEntered, MouseEvents, MouseExited, MouseFinished, MouseMoved, MousePressed, MouseReleased| Constructor and Description |
|---|
RMEditorPaneMenuBar(RMEditorPane anEditorPane)
Creates a new editor pane menu bar.
|
| Modifier and Type | Method and Description |
|---|---|
RMEditor |
getEditor()
Returns the editor pane editor.
|
RMEditorPane |
getEditorPane()
Returns the editor pane.
|
javax.swing.JMenuBar |
getMenuBar()
Returns the MenuBar.
|
protected void |
initUI()
Initialize UI panel.
|
protected void |
initUI(java.lang.Object anObj)
Override to make available to package.
|
protected void |
resetUI()
Updates the editor's UI.
|
protected void |
respondUI(SwingEvent anEvent)
Handles changes to the editor's UI controls.
|
addKeyActionEvent, createTimer, createUI, createUI, createWindow, getNode, getNode, getNodeHelper, getTimer, getTimer, getUI, getWindow, isEventThread, isWindowVisible, requestFocus, requestFocusImpl, runLater, sendEvent, setWindowVisibleaddNodeBinding, disableEvents, enableEvents, getBindingModelValue, getBindingNodeValue, getConversionMap, getConversionMapKey, getConversionMaps, getConversionMapValue, getFirstFocus, getModelValue, getNode, getNodeAction, getNodeBoolValue, getNodeFloatValue, getNodeIntValue, getNodeItemDisplayKey, getNodeItems, getNodeSelectedIndex, getNodeSelectedItem, getNodeStringValue, getNodeText, getNodeValue, getUI, getUIHpr, isNodeEnabled, isNodeValueAdjusting, isSendEventDisabled, isUISet, processResetUI, processRespondUI, resetLater, resetNodeBindings, runLaterDelayed, runLaterOnce, sendEvent, sendNodeAction, setBindingModelValue, setBindingNodeValue, setFirstFocus, setModelValue, setNodeAction, setNodeEnabled, setNodeItemDisplayKey, setNodeItems, setNodeItems, setNodeSelectedIndex, setNodeSelectedItem, setNodeText, setNodeValue, setSendEventDisabledpublic RMEditorPaneMenuBar(RMEditorPane anEditorPane)
public RMEditorPane getEditorPane()
public RMEditor getEditor()
public javax.swing.JMenuBar getMenuBar()
protected void initUI()
initUI in class UIOwner<SwingEvent,javax.swing.JComponent>protected void initUI(java.lang.Object anObj)
initUI in class UIOwner<SwingEvent,javax.swing.JComponent>protected void resetUI()
resetUI in class UIOwner<SwingEvent,javax.swing.JComponent>protected void respondUI(SwingEvent anEvent)
respondUI in class UIOwner<SwingEvent,javax.swing.JComponent>