|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Screen | |
|---|---|
| org.tbee.swing.framework | |
| Uses of Screen in org.tbee.swing.framework |
|---|
| Fields in org.tbee.swing.framework with type parameters of type Screen | |
|---|---|
nl.knowledgeplaza.util.ListenerHandler<Application.ScreenClosedListener,Screen> |
Application.screenClosedListeners
|
| Methods in org.tbee.swing.framework that return Screen | |
|---|---|
Screen |
Application.close(Screen screen)
close a screen |
Screen |
Application.close(Screen screen,
boolean force)
|
Screen |
Screen.maximize()
|
Screen |
Screen.minimize()
|
protected Screen |
Application.newEmptyScreen()
create an empty screen: a special utility method for quickly creating a screen in an application without an external screen class |
Screen |
Screen.normal()
|
Screen |
Application.open(Screen screen)
|
Screen |
Application.open(Screen screen,
boolean visibleImmediately)
|
Screen |
Screen.withMenuBar(JMenuBar menuBar)
|
Screen |
Screen.withStatusBar(JComponent toolBar)
|
Screen |
Screen.withTitle(String value)
|
Screen |
Screen.withToolBar(JComponent toolBar)
|
| Methods in org.tbee.swing.framework with parameters of type Screen | |
|---|---|
protected void |
ApplicationContextDesktop.close(Screen screen)
|
protected abstract void |
ApplicationContext.close(Screen screen)
|
Screen |
Application.close(Screen screen)
close a screen |
Screen |
Application.close(Screen screen,
boolean force)
|
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,
JMenuBar menuBar)
|
protected abstract void |
ApplicationContext.setMenuBar(Screen screen,
JMenuBar menuBar)
|
protected void |
ApplicationContextDesktop.setStatusBar(Screen screen,
JComponent toolBar)
|
protected abstract void |
ApplicationContext.setStatusBar(Screen screen,
JComponent toolBar)
|
protected void |
ApplicationContextDesktop.setTitle(Screen screen,
String title)
|
protected abstract void |
ApplicationContext.setTitle(Screen screen,
String title)
|
protected void |
ApplicationContextDesktop.setToolBar(Screen screen,
JComponent toolBar)
|
protected abstract void |
ApplicationContext.setToolBar(Screen screen,
JComponent toolBar)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||