jsky.util.gui
Interface GenericToolBarTarget

All Known Subinterfaces:
MainImageDisplay
All Known Implementing Classes:
CatalogNavigator, DivaMainImageDisplay, HTMLViewer, Navigator, NavigatorImageDisplay

public interface GenericToolBarTarget

Application classes that use the GenericToolBar class need to implement this interface. The target class defines an AbstractAction class for each toolbar item, which should also be used in the menubar. The target class can then enable and disable the actions instead of accessing the menubar and toolbar directly to do this.


Method Summary
 AbstractAction getBackAction()
          Return the action for "Back"
 AbstractAction getForwAction()
          Return the action for "Forward"
 AbstractAction getOpenAction()
          Return the action for "Open"
 

Method Detail

getOpenAction

AbstractAction getOpenAction()
Return the action for "Open"


getBackAction

AbstractAction getBackAction()
Return the action for "Back"


getForwAction

AbstractAction getForwAction()
Return the action for "Forward"



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.