Interface Selector

All Superinterfaces:
EventListener, GraphicsNodeChangeListener, GraphicsNodeKeyListener, GraphicsNodeMouseListener
All Known Implementing Classes:
ConcreteTextSelector

Interface which allows selection of GraphicsNodes and their contents.
  • Method Details

    • getSelection

      Object getSelection()
      Get the contents of the current selection buffer.
    • isEmpty

      boolean isEmpty()
      Reports whether the current selection contains any objects.
    • addSelectionListener

      void addSelectionListener(SelectionListener l)
      Add a SelectionListener to this Selector's notification list.
      Parameters:
      l - the SelectionListener to add.
    • removeSelectionListener

      void removeSelectionListener(SelectionListener l)
      Remove a SelectionListener from this Selector's notification list.
      Parameters:
      l - the SelectionListener to be removed.