Uses of Class
uic.widgets.MainWindow

Packages that use MainWindow
uic.model Provides model classes for Swing GUIs. 
uic.widgets Swing Widgets for your programming pleasure! 
 

Uses of MainWindow in uic.model
 

Methods in uic.model with parameters of type MainWindow
 void ActionFactory.build(MainWindow parent, URL url)
          uses the input file to read actions and menu structure, and build that.
 void ActionFactory.build(MainWindow parent, InputStream is)
           
 

Uses of MainWindow in uic.widgets
 

Methods in uic.widgets with parameters of type MainWindow
static JToolBar ToolBarContainer.placeToolBarOnWindow(Container widget, MainWindow window, String name)
          Add a toolbar to the mainwindow
static JToolBar ToolBarContainer.placeToolBarOnWindow(Container widget, MainWindow window, int placing)
          Add a toolbar to the mainwindow
static JToolBar ToolBarContainer.placeToolBarOnWindow(Container widget, MainWindow window)
          Add a toolbar to the mainwindow
static JToolBar ToolBarContainer.placeToolBarOnWindow(Container widget, MainWindow window, String name, int placing)
           
 void MainWindow.RootPane.setStatusBar(StatusBar status, MainWindow mw)
          Set a statusBar.
 

Constructors in uic.widgets with parameters of type MainWindow
MainWindow.GlassPaneListener(MainWindow mainWin)
           
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence