phenote.gui.selection
Class CharSelectionEvent
java.lang.Object
java.util.EventObject
phenote.gui.selection.CharSelectionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CharSelectionEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CharSelectionEvent
CharSelectionEvent(java.lang.Object source,
java.util.List<CharacterI> chars,
java.util.List<CharacterI> prev)
getChars
public java.util.List<CharacterI> getChars()
isMultiSelect
public boolean isMultiSelect()
hasPreviouslySelectedChars
public boolean hasPreviouslySelectedChars()
getPreviouslySelectedChars
public java.util.List<CharacterI> getPreviouslySelectedChars()