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 SummaryConstructors Constructor Description TextSelection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object anObj)inthashCode()voidsetSelection()
 
- 
- 
- 
Method Detail- 
setSelectionpublic void setSelection() - Specified by:
- setSelectionin interface- RMUndoer.Selection
 
 - 
equalspublic boolean equals(java.lang.Object anObj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-