public abstract class AbstractEditorActionImpl extends Object implements EditorAction
Constructor and Description |
---|
AbstractEditorActionImpl(String actionName,
Icon actionIcon,
FIBEditorController anEditorController) |
AbstractEditorActionImpl(String actionName,
Icon actionIcon,
FIBEditorController anEditorController,
JFrame frame) |
Modifier and Type | Method and Description |
---|---|
Icon |
getActionIcon() |
String |
getActionName() |
FIBEditorController |
getEditorController() |
JFrame |
getFrame() |
KeyStroke |
getShortcut() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabledFor, isVisibleFor, performAction
public AbstractEditorActionImpl(String actionName, Icon actionIcon, FIBEditorController anEditorController)
public AbstractEditorActionImpl(String actionName, Icon actionIcon, FIBEditorController anEditorController, JFrame frame)
public String getActionName()
getActionName
in interface EditorAction
public Icon getActionIcon()
getActionIcon
in interface EditorAction
public FIBEditorController getEditorController()
public JFrame getFrame()
public KeyStroke getShortcut()
getShortcut
in interface EditorAction
Copyright © 2022 Openflexo. All rights reserved.