Package | Description |
---|---|
xdev | |
xdev.lang | |
xdev.lang.cmd | |
xdev.ui | |
xdev.ui.locking |
Modifier and Type | Method and Description |
---|---|
XdevWindow |
Application.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
Modifier and Type | Method and Description |
---|---|
void |
Application.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
Modifier and Type | Method and Description |
---|---|
static XdevWindow |
XDEV.OpenWindow(OpenWindow openWindow)
Opens a
XdevWindow in a specific container. |
Modifier and Type | Method and Description |
---|---|
XdevWindow |
OpenWindow.getWindow() |
Modifier and Type | Method and Description |
---|---|
void |
OpenWindow.setXdevWindow(XdevWindow window) |
Modifier and Type | Class and Description |
---|---|
class |
XdevPage
Deprecated.
replaced by
XdevWindow , will be removed in a future
release |
Modifier and Type | Field and Description |
---|---|
protected XdevWindow |
TableSupport.lockInUseDialog |
protected XdevWindow |
XdevScreen.window |
protected XdevWindow |
XdevFrame.window |
Modifier and Type | Method and Description |
---|---|
XdevWindow |
WindowCountDown.getXdevWindow()
Return
XdevWindow . |
XdevWindow |
XdevDialog.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
XdevWindow |
XdevScreen.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
XdevWindow |
XdevWindowContainer.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
XdevWindow |
XdevFrame.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
XdevWindow |
XdevRootPaneContainer.getXdevWindow()
Returns the internal
XdevWindow of this
XdevRootPaneContainer . |
static XdevWindow |
UIUtils.getXdevWindowOf(Component component)
|
static XdevWindow |
UIUtils.getXdevWindowOf(Window window)
|
Modifier and Type | Method and Description |
---|---|
static Container |
XdevRootPaneContainer.Util.createContainer(XdevRootPaneContainer rootPane,
XdevWindow window) |
static XdevDialog |
UIUtils.createDialog(XdevWindow content,
Component owner,
boolean modal)
Creates and shows a
XdevDialog hosting the provided
XdevWindow content , using content's title as title
for the dialog. |
static XdevDialog |
UIUtils.createDialog(XdevWindow content,
Component owner,
String title,
boolean modal)
|
static XdevFrame |
UIUtils.createFrame(XdevWindow content)
Creates and shows a
XdevFrame hosting the provided
XdevWindow content , using content's title as title
for the frame. |
static XdevFrame |
UIUtils.createFrame(XdevWindow content,
String title)
|
static List<Image> |
XdevRootPaneContainer.Util.createImageList(XdevWindow contentPane) |
static XdevScreen |
UIUtils.createScreen(XdevWindow content,
Component owner)
|
void |
XdevWindow.openInCurrentWindow(XdevWindow window)
Open the window in the current window.
|
JDialog |
XdevWindow.openInDialog(XdevWindow window,
boolean modal)
Open the
window in a new XdevDialog . |
JDialog |
XdevWindow.openInDialog(XdevWindow window,
boolean modal,
Component owner)
Open the
window in a new XdevDialog . |
JFrame |
XdevWindow.openInFrame(XdevWindow window)
Open the
window in a new XdevFrame . |
JWindow |
XdevWindow.openInScreen(XdevWindow window,
boolean modal)
Open the
window in a new XdevScreen . |
JWindow |
XdevWindow.openInScreen(XdevWindow window,
boolean modal,
Component owner)
Open the
window in a new XdevScreen . |
void |
XdevDialog.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
void |
XdevScreen.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
void |
XdevFullScreen.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
void |
XdevWindowContainer.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
void |
XdevFrame.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
void |
XdevRootPaneContainer.setXdevWindow(XdevWindow window)
Sets the content of this
XdevRootPaneContainer . |
Constructor and Description |
---|
WindowCountDown(PessimisticLock concernedLock,
XdevWindow xdevWindow) |
WindowCountDown(PessimisticLock concernedLock,
XdevWindow xdevWindow,
LockTimeMonitor[] jComponentList) |
XdevDialog(Component owner,
boolean modal,
XdevWindow window)
Creates a new
XdevDialog with the specified title, owner
Window and modality. |
XdevDialog(Window owner,
boolean modal,
XdevWindow window)
Creates a new
XdevDialog with the specified title, owner
Window and modality. |
XdevFrame(XdevWindow window)
Creates a new, initially invisible Frame.
|
XdevScreen(Component owner,
boolean modal,
XdevWindow window)
Creates a window with the specified owner window.
|
XdevScreen(Window owner,
boolean modal,
XdevWindow window)
Creates a window with the specified owner window.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockRenewWindow
UI implementation of
LockRenovator to provide concrete duration
values . |
class |
RenewLockWindow
Concrete implementation of
AbstractLockRenewWindow . |
Copyright © 2003–2021 XDEV Software. All rights reserved.