Class SearchPaneController

java.lang.Object
dk.gtz.graphedit.view.SearchPaneController
All Implemented Interfaces:
ICloseable, IFocusable

public class SearchPaneController extends Object implements IFocusable, ICloseable
View controller for the search pane modal.
  • Constructor Details

    • SearchPaneController

      public SearchPaneController()
      Construct a new instance
  • Method Details

    • onClose

      public void onClose(Runnable onClose)
      Description copied from interface: ICloseable
      Set a function to handle the close event.
      Specified by:
      onClose in interface ICloseable
      Parameters:
      onClose - the function to call when ICloseable.close() is called
    • close

      public void close()
      Description copied from interface: ICloseable
      Close the unit. This will invoke the ICloseable.onClose(Runnable) handler.
      Specified by:
      close in interface ICloseable
    • addFocusListener

      public void addFocusListener(Runnable focusEventHandler)
      Description copied from interface: IFocusable
      Add an event listener for when the focus is stolen
      Specified by:
      addFocusListener in interface IFocusable
      Parameters:
      focusEventHandler - the handler to call
    • focus

      public void focus()
      Description copied from interface: IFocusable
      Steal the focus
      Specified by:
      focus in interface IFocusable