|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Display | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.content | Contains classes representing component data, such as list items or table rows. |
org.apache.pivot.wtk.skin | Contains common skins and abstract base classes for theme-specific skins. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of Display in org.apache.pivot.wtk |
---|
Fields in org.apache.pivot.wtk with type parameters of type Display | |
---|---|
protected static ArrayList<Display> |
ApplicationContext.displays
|
Methods in org.apache.pivot.wtk that return Display | |
---|---|
static Display |
DesktopApplicationContext.createDisplay(int width,
int height,
int x,
int y,
boolean modal,
boolean resizable,
boolean undecorated,
Window owner,
DesktopApplicationContext.DisplayListener displayCloseListener)
Creates a new secondary display. |
Display |
ApplicationContext.DisplayHost.getDisplay()
|
Display |
Component.getDisplay()
|
Methods in org.apache.pivot.wtk that return types with arguments of type Display | |
---|---|
static List<Display> |
ApplicationContext.getDisplays()
|
Methods in org.apache.pivot.wtk with parameters of type Display | |
---|---|
void |
DesktopApplicationContext.DisplayListener.hostWindowClosed(Display display)
Called when the host window for secondary display has been closed. |
void |
DesktopApplicationContext.DisplayListener.Adapter.hostWindowClosed(Display display)
|
void |
DesktopApplicationContext.DisplayListener.hostWindowOpened(Display display)
Called when the host window for secondary display has been opened. |
void |
DesktopApplicationContext.DisplayListener.Adapter.hostWindowOpened(Display display)
|
void |
Window.open(Display display)
Opens the window. |
void |
Dialog.open(Display display,
DialogCloseListener dialogCloseListenerArgument)
Opens the dialog. |
void |
MenuPopup.open(Display display,
int x,
int y)
|
void |
MenuPopup.open(Display display,
Point location)
|
void |
SuggestionPopup.open(Display display,
Window owner)
|
void |
Palette.open(Display display,
Window owner)
|
void |
Sheet.open(Display display,
Window owner)
|
void |
Window.open(Display display,
Window ownerArgument)
Opens the window. |
void |
Dialog.open(Display display,
Window owner)
Opens the dialog. |
void |
Dialog.open(Display display,
Window owner,
DialogCloseListener dialogCloseListenerArgument)
Opens the dialog. |
void |
MenuPopup.open(Display display,
Window owner,
int x,
int y)
|
void |
Sheet.open(Display display,
Window owner,
SheetCloseListener sheetCloseListenerArgument)
|
static void |
DesktopApplicationContext.replaceSplashScreen(Display display)
Gets the window hosting the specified Display and makes it visible. |
void |
ScriptApplication.startup(Display display,
Map<String,String> properties)
|
void |
Application.startup(Display display,
Map<String,String> properties)
Called when the application is starting up. |
void |
Application.Adapter.startup(Display display,
Map<String,String> properties)
|
void |
WindowStateListener.windowClosed(Window window,
Display display,
Window owner)
Called when a window has closed. |
void |
WindowStateListener.Adapter.windowClosed(Window window,
Display display,
Window owner)
|
Uses of Display in org.apache.pivot.wtk.content |
---|
Methods in org.apache.pivot.wtk.content with parameters of type Display | |
---|---|
void |
ListViewItemEditor.open(Display display,
Window owner)
|
void |
TableViewRowEditor.open(Display display,
Window owner)
|
void |
TreeViewNodeEditor.open(Display display,
Window owner)
|
Uses of Display in org.apache.pivot.wtk.skin |
---|
Methods in org.apache.pivot.wtk.skin with parameters of type Display | |
---|---|
void |
WindowSkin.windowClosed(Window window,
Display display,
Window owner)
|
Uses of Display in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Display | |
---|---|
void |
TerraPaletteSkin.windowClosed(Window window,
Display display,
Window owner)
|
void |
TerraTooltipSkin.windowClosed(Window window,
Display display,
Window owner)
|
void |
TerraDialogSkin.windowClosed(Window window,
Display display,
Window owner)
|
void |
TerraSheetSkin.windowClosed(Window window,
Display display,
Window owner)
|
void |
TerraMenuPopupSkin.windowClosed(Window window,
Display display,
Window owner)
|
void |
TerraSuggestionPopupSkin.windowClosed(Window window,
Display display,
Window owner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |