Class TextComponent.TextSelection
- java.lang.Object
-
- com.inductiveautomation.snap.swing.TextComponent.TextSelection
-
- All Implemented Interfaces:
RMUndoer.Selection
- Enclosing class:
- TextComponent
public class TextComponent.TextSelection extends java.lang.Object implements RMUndoer.Selection
A class to act as text selection.
-
-
Constructor Summary
Constructors Constructor Description TextSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object anObj)
int
hashCode()
void
setSelection()
-
-
-
Method Detail
-
setSelection
public void setSelection()
- Specified by:
setSelection
in interfaceRMUndoer.Selection
-
equals
public boolean equals(java.lang.Object anObj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-