edu.washington.biostr.sig.brainj3d.core.client
Interface ClientMenu

All Superinterfaces:
Observer
All Known Implementing Classes:
EditMenu, FileMenu, HelpControls, LibraryControls, WindowControls

public interface ClientMenu
extends Observer

This is a menu for the client.

Author:
eider

Method Summary
 MenuFactory getMenu()
          Get the menu
 void setFocused(Object focusKey)
          Set the focused view, null signifies that the mainPanel has the focus.
 
Methods inherited from interface java.util.Observer
update
 

Method Detail

getMenu

MenuFactory getMenu()
Get the menu

Returns:

setFocused

void setFocused(Object focusKey)
Set the focused view, null signifies that the mainPanel has the focus.

Parameters:
view -


Copyright © 2006 University of Washington. All Rights Reserved.