Package com.iizix.prop.ui.selection
Class NoSelection
- java.lang.Object
- com.iizix.prop.ui.selection.NoSelection
- All Implemented Interfaces:
IUISelection
public class NoSelection extends java.lang.Object implements IUISelection
The No-Selection.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description NoSelection(IUISelectionComp source)Constructor.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Equals.IUISelectionCompgetSource()Get the source component of the event.UICompgetUISource()Gets the UI component being the source of the event.java.lang.StringtoString()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 Detail
NoSelection
public NoSelection(IUISelectionComp source)
Constructor.- Parameters:
source- The component source.
Method Detail
getSource
public IUISelectionComp getSource()
Get the source component of the event.- Specified by:
getSourcein interfaceIUISelection- Returns:
- The source.
getUISource
public UIComp getUISource()
Gets the UI component being the source of the event.- Specified by:
getUISourcein interfaceIUISelection- Returns:
- The UI component.
equals
public boolean equals(java.lang.Object o)
Equals.- Overrides:
equalsin classjava.lang.Object
toString
public java.lang.String toString()
Converts the selection to a string.- Overrides:
toStringin classjava.lang.Object