org.tbee.swing.framework
Class ApplicationContextDesktop

java.lang.Object
  extended by org.tbee.swing.framework.ApplicationContext
      extended by org.tbee.swing.framework.ApplicationContextDesktop

public class ApplicationContextDesktop
extends ApplicationContext


Constructor Summary
ApplicationContextDesktop()
           
 
Method Summary
protected  void close(Screen screen)
           
protected  void maximize(Screen screen)
           
protected  void minimize(Screen screen)
           
protected  void normal(Screen screen)
           
protected  void open(Screen screen, boolean visibleImmediately)
          actions
protected  void setMenuBar(Screen screen, JMenuBar menuBar)
           
protected  void setStatusBar(Screen screen, JComponent toolBar)
           
protected  void setTitle(Screen screen, String title)
           
protected  void setToolBar(Screen screen, JComponent toolBar)
           
 
Methods inherited from class org.tbee.swing.framework.ApplicationContext
getApplication, setApplication, withApplication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextDesktop

public ApplicationContextDesktop()
Method Detail

open

protected void open(Screen screen,
                    boolean visibleImmediately)
Description copied from class: ApplicationContext
actions

Specified by:
open in class ApplicationContext

close

protected void close(Screen screen)
Specified by:
close in class ApplicationContext

minimize

protected void minimize(Screen screen)
Specified by:
minimize in class ApplicationContext

normal

protected void normal(Screen screen)
Specified by:
normal in class ApplicationContext

maximize

protected void maximize(Screen screen)
Specified by:
maximize in class ApplicationContext

setTitle

protected void setTitle(Screen screen,
                        String title)
Specified by:
setTitle in class ApplicationContext

setMenuBar

protected void setMenuBar(Screen screen,
                          JMenuBar menuBar)
Specified by:
setMenuBar in class ApplicationContext

setToolBar

protected void setToolBar(Screen screen,
                          JComponent toolBar)
Specified by:
setToolBar in class ApplicationContext

setStatusBar

protected void setStatusBar(Screen screen,
                            JComponent toolBar)
Specified by:
setStatusBar in class ApplicationContext


Copyright © 2011 KnowledgePlaza. All Rights Reserved.