Package dk.gtz.graphedit.view
Class SearchPaneController
java.lang.Object
dk.gtz.graphedit.view.SearchPaneController
- All Implemented Interfaces:
ICloseable
,IFocusable
View controller for the search pane modal.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchPaneController
public SearchPaneController()Construct a new instance
-
-
Method Details
-
onClose
Description copied from interface:ICloseable
Set a function to handle the close event.- Specified by:
onClose
in interfaceICloseable
- Parameters:
onClose
- the function to call whenICloseable.close()
is called
-
close
public void close()Description copied from interface:ICloseable
Close the unit. This will invoke theICloseable.onClose(Runnable)
handler.- Specified by:
close
in interfaceICloseable
-
addFocusListener
Description copied from interface:IFocusable
Add an event listener for when the focus is stolen- Specified by:
addFocusListener
in interfaceIFocusable
- Parameters:
focusEventHandler
- the handler to call
-
focus
public void focus()Description copied from interface:IFocusable
Steal the focus- Specified by:
focus
in interfaceIFocusable
-