Class NoSelection

  • All Implemented Interfaces:
    IUISelection

    public class NoSelection
    extends java.lang.Object
    implements IUISelection
    The No-Selection.
    Author:
    Christopher Mindus
    • Constructor Detail

      • NoSelection

        public NoSelection​(IUISelectionComp source)
        Constructor.
        Parameters:
        source - The component source.
    • Method Detail

      • getUISource

        public UIComp getUISource()
        Gets the UI component being the source of the event.
        Specified by:
        getUISource in interface IUISelection
        Returns:
        The UI component.
      • equals

        public boolean equals​(java.lang.Object o)
        Equals.
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the selection to a string.
        Overrides:
        toString in class java.lang.Object