Package editor
Class DynamicSelectionManager
- java.lang.Object
-
- editor.DynamicSelectionManager
-
- All Implemented Interfaces:
EventListener
,CaretListener
public class DynamicSelectionManager extends Object implements CaretListener
-
-
Constructor Summary
Constructors Constructor Description DynamicSelectionManager(GosuEditor parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
caretUpdate(CaretEvent e)
void
expandSelection()
void
expandSelection(boolean updateIndex)
void
reduceSelection()
-
-
-
Constructor Detail
-
DynamicSelectionManager
public DynamicSelectionManager(GosuEditor parent)
-
-
Method Detail
-
expandSelection
public void expandSelection()
-
expandSelection
public void expandSelection(boolean updateIndex)
-
reduceSelection
public void reduceSelection()
-
caretUpdate
public void caretUpdate(CaretEvent e)
- Specified by:
caretUpdate
in interfaceCaretListener
-
-