Package com.iizix.prop.ui.selection
Class NoSelection
java.lang.Object
com.iizix.prop.ui.selection.NoSelection
- All Implemented Interfaces:
IUISelection
The No-Selection.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals.Get the source component of the event.Gets the UI component being the source of the event.toString()
Converts the selection to a string.Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.iizix.prop.ui.selection.IUISelection
asAnimatedSingleIndexedSelection, asBooleanSelection, asCellSelection, asIndexedSelection, asSingleIndexedSelection, asTriStateSelection
Constructor Details
NoSelection
Constructor.- Parameters:
source
- The component source.
Method Details
getSource
Get the source component of the event.- Specified by:
getSource
in interfaceIUISelection
- Returns:
- The source.
getUISource
Gets the UI component being the source of the event.- Specified by:
getUISource
in interfaceIUISelection
- Returns:
- The UI component.
equals
Equals.toString
Converts the selection to a string.