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
 javax.swing.AbstractAction getBackAction()
          Return the action for "Back"
 javax.swing.AbstractAction getForwAction()
          Return the action for "Forward"
 javax.swing.AbstractAction getOpenAction()
          Return the action for "Open"
 

Method Detail

getOpenAction

javax.swing.AbstractAction getOpenAction()
Return the action for "Open"


getBackAction

javax.swing.AbstractAction getBackAction()
Return the action for "Back"


getForwAction

javax.swing.AbstractAction getForwAction()
Return the action for "Forward"