Uses of Interface
com.actelion.research.share.gui.editor.io.IKeyEvent
-
Packages that use IKeyEvent Package Description com.actelion.research.share.gui.editor.actions -
-
Uses of IKeyEvent in com.actelion.research.share.gui.editor.actions
Methods in com.actelion.research.share.gui.editor.actions with parameters of type IKeyEvent Modifier and Type Method Description boolean
Action. onKeyPressed(IKeyEvent evt)
boolean
AtomHighlightAction. onKeyPressed(IKeyEvent evt)
boolean
AtomMapAction. onKeyPressed(IKeyEvent evt)
boolean
BondHighlightAction. onKeyPressed(IKeyEvent evt)
boolean
CommandAction. onKeyPressed(IKeyEvent evt)
boolean
DrawAction. onKeyPressed(IKeyEvent evt)
boolean
SelectionAction. onKeyPressed(IKeyEvent evt)
boolean
Action. onKeyReleased(IKeyEvent evt)
boolean
CommandAction. onKeyReleased(IKeyEvent evt)
boolean
DrawAction. onKeyReleased(IKeyEvent evt)
boolean
SelectionAction. onKeyReleased(IKeyEvent evt)
-