Class NormalTextEditorActionSupport
- java.lang.Object
-
- io.ultreia.java4all.bean.AbstractJavaBean
-
- org.nuiton.jaxx.runtime.swing.action.JAXXObjectActionSupport<UI>
-
- org.nuiton.jaxx.runtime.swing.action.JComponentActionSupport<NormalTextEditor>
-
- org.nuiton.jaxx.widgets.text.actions.NormalTextEditorActionSupport
-
- All Implemented Interfaces:
io.ultreia.java4all.bean.GetterProducer,io.ultreia.java4all.bean.JavaBean,io.ultreia.java4all.bean.SetterProducer,ActionListener,EventListener,Action
- Direct Known Subclasses:
NormalTextEditorReset
public abstract class NormalTextEditorActionSupport extends JComponentActionSupport<NormalTextEditor>
-
-
Field Summary
-
Fields inherited from class org.nuiton.jaxx.runtime.swing.action.JAXXObjectActionSupport
ACTION_TYPE, ACTIVATE_FROM_POPUP, editor, EDITOR, ui
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNormalTextEditorActionSupport(String label, String shortDescription, String actionIcon, char acceleratorKey)protectedNormalTextEditorActionSupport(String actionCommandKey, String label, String shortDescription, String actionIcon, char acceleratorKey)protectedNormalTextEditorActionSupport(String actionCommandKey, String label, String shortDescription, String actionIcon, KeyStroke acceleratorKey)protectedNormalTextEditorActionSupport(String label, String shortDescription, String actionIcon, KeyStroke acceleratorKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()-
Methods inherited from class org.nuiton.jaxx.runtime.swing.action.JComponentActionSupport
getActionMap, getInputMap, getInputMapCondition
-
Methods inherited from class org.nuiton.jaxx.runtime.swing.action.JAXXObjectActionSupport
actionPerformed, addKeyStrokeToText, askUser, askUser, askUser, canExecuteAction, canExecutionActionFromLayer, canExecutionActionFromMenuItem, defaultInit, displayInfo, displayWarning, doActionPerformed, getAcceleratorKey, getActionCommandKey, getDisplayMnemonicIndexKey, getEditor, getIcon, getJavaBeanType, getKeyStroke, getLargeIcon, getMnemonic, getName, getText, getTooltipText, getUi, getValue, init, init, init, isAddKeyStrokeToText, isAddMnemonicAsKeyStroke, isCheckMenuItemIsArmed, isEnabled, isSelectedKey, makeActionsEnabledOnlyIfMenuItemParentIsOpened, makeActionsEnabledOnlyIfMenuItemParentIsOpened, putValue, rebuildTexts, register, removeKeyStrokeToText, removePreviousAction, run, run, setAddKeyStrokeToText, setAddMnemonicAsKeyStroke, setCheckMenuItemIsArmed, setDisplayMnemonicIndexKey, setEditor, setEnabled, setIcon, setKeyStroke, setLargeIcon, setMnemonic, setName, setSelectedKey, setText, setTooltipText, setUi, unregister, updateEditorTexts
-
Methods inherited from class io.ultreia.java4all.bean.AbstractJavaBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getChild, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, javaBeanDefinition, pcs, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, vcs
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, removePropertyChangeListener
-
-
-
-
Constructor Detail
-
NormalTextEditorActionSupport
protected NormalTextEditorActionSupport(String label, String shortDescription, String actionIcon, KeyStroke acceleratorKey)
-
NormalTextEditorActionSupport
protected NormalTextEditorActionSupport(String actionCommandKey, String label, String shortDescription, String actionIcon, KeyStroke acceleratorKey)
-
NormalTextEditorActionSupport
protected NormalTextEditorActionSupport(String label, String shortDescription, String actionIcon, char acceleratorKey)
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classJAXXObjectActionSupport<NormalTextEditor>
-
-