trait EditorAwareAction extends InstallableAction with MouseListener
Ordering
- Alphabetic
- By Inheritance
Inherited
- EditorAwareAction
- MouseListener
- InstallableAction
- Action
- ActionListener
- EventListener
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
actionPerformed(arg0: ActionEvent): Unit
- Definition Classes
- ActionListener
-
abstract
def
addPropertyChangeListener(arg0: PropertyChangeListener): Unit
- Definition Classes
- Action
-
abstract
def
getValue(arg0: String): AnyRef
- Definition Classes
- Action
-
abstract
def
isEnabled(): Boolean
- Definition Classes
- Action
-
abstract
def
putValue(arg0: String, arg1: Any): Unit
- Definition Classes
- Action
-
abstract
def
removePropertyChangeListener(arg0: PropertyChangeListener): Unit
- Definition Classes
- Action
-
abstract
def
setEnabled(arg0: Boolean): Unit
- Definition Classes
- Action
Concrete Value Members
- val DocumentOffsetKey: String
- val EditorKey: String
- val LocationKey: String
- def documentOffset: Int
- def editor: AbstractEditorArea
-
def
install(editorArea: AbstractEditorArea): Unit
- Definition Classes
- EditorAwareAction → InstallableAction
- def location: Point
-
def
mouseClicked(me: MouseEvent): Unit
- Definition Classes
- EditorAwareAction → MouseListener
-
def
mouseEntered(me: MouseEvent): Unit
- Definition Classes
- EditorAwareAction → MouseListener
-
def
mouseExited(me: MouseEvent): Unit
- Definition Classes
- EditorAwareAction → MouseListener
-
def
mousePressed(me: MouseEvent): Unit
- Definition Classes
- EditorAwareAction → MouseListener
-
def
mouseReleased(me: MouseEvent): Unit
- Definition Classes
- EditorAwareAction → MouseListener
- def updateEditorInfo(editor: AbstractEditorArea, mouseLocation: Point, documentOffset: Int): Unit