org.springframework.richclient.application
Interface ApplicationWindow
- All Known Implementing Classes:
- AbstractApplicationWindow, DefaultApplicationWindow
public interface ApplicationWindow
A main application window (or frame) consisting of a menu bar, tool bar,
single page (content pane), and status bar.
getNumber
int getNumber()
getPage
ApplicationPage getPage()
getCommandManager
CommandManager getCommandManager()
getSharedCommands
Iterator getSharedCommands()
getMenuBar
CommandGroup getMenuBar()
getToolBar
CommandGroup getToolBar()
getStatusBar
StatusBar getStatusBar()
getControl
JFrame getControl()
showPage
void showPage(String pageDescriptorId)
showPage
void showPage(PageDescriptor pageDescriptor)
showPage
void showPage(ApplicationPage page)
close
boolean close()
setWindowManager
void setWindowManager(WindowManager windowManager)
addPageListener
void addPageListener(PageListener listener)
removePageListener
void removePageListener(PageListener listener)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.