| Methods in org.tbee.swing.framework with parameters of type Screen |
protected void |
ApplicationContextDesktop.close(Screen screen)
|
protected abstract void |
ApplicationContext.close(Screen screen)
|
void |
Application.fireScreenClosed(Screen screen)
ScreenClosedListener |
protected void |
ApplicationContextDesktop.maximize(Screen screen)
|
protected abstract void |
ApplicationContext.maximize(Screen screen)
|
protected void |
ApplicationContextDesktop.minimize(Screen screen)
|
protected abstract void |
ApplicationContext.minimize(Screen screen)
|
protected void |
ApplicationContextDesktop.normal(Screen screen)
|
protected abstract void |
ApplicationContext.normal(Screen screen)
|
Screen |
Application.open(Screen screen)
|
protected void |
ApplicationContextDesktop.open(Screen screen,
boolean visibleImmediately)
|
protected abstract void |
ApplicationContext.open(Screen screen,
boolean visibleImmediately)
actions |
Screen |
Application.open(Screen screen,
boolean visibleImmediately)
|
void |
Application.ScreenClosedListener.screenClosed(Screen screen)
|
protected void |
ApplicationContextDesktop.setMenuBar(Screen screen,
javax.swing.JMenuBar menuBar)
|
protected abstract void |
ApplicationContext.setMenuBar(Screen screen,
javax.swing.JMenuBar menuBar)
|
protected void |
ApplicationContextDesktop.setStatusBar(Screen screen,
javax.swing.JComponent toolBar)
|
protected abstract void |
ApplicationContext.setStatusBar(Screen screen,
javax.swing.JComponent toolBar)
|
protected void |
ApplicationContextDesktop.setTitle(Screen screen,
java.lang.String title)
|
protected abstract void |
ApplicationContext.setTitle(Screen screen,
java.lang.String title)
|
protected void |
ApplicationContextDesktop.setToolBar(Screen screen,
javax.swing.JComponent toolBar)
|
protected abstract void |
ApplicationContext.setToolBar(Screen screen,
javax.swing.JComponent toolBar)
|