Package | Description |
---|---|
com.xalys.xgl.desktop | |
com.xalys.xgl.events.desktop |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWindow<W extends AbstractWindow<W>> |
class |
WindowContent<W extends AbstractWindow<W>> |
class |
WindowHeader<W extends AbstractWindow<W>> |
Modifier and Type | Class and Description |
---|---|
class |
Window |
Modifier and Type | Method and Description |
---|---|
AbstractWindow |
WindowFooter.getWindow() |
Modifier and Type | Method and Description |
---|---|
List<AbstractWindow<?>> |
WindowManager.getWindows() |
Modifier and Type | Method and Description |
---|---|
void |
WindowManager.add(AbstractWindow<?> window) |
void |
WindowManager.focus(AbstractWindow<?> window) |
void |
WindowManager.fullScreen(AbstractWindow<?> window) |
boolean |
WindowManager.isMaximized(AbstractWindow<?> window) |
boolean |
WindowManager.isMinimized(AbstractWindow<?> window) |
boolean |
WindowManager.isShown(AbstractWindow<?> window) |
void |
WindowManager.remove(AbstractWindow<?> window) |
Constructor and Description |
---|
WindowConfiguration(AbstractWindow window) |
WindowFooter(AbstractWindow window) |
WindowFooter(HTMLFooterElement element,
AbstractWindow window) |
Modifier and Type | Interface and Description |
---|---|
interface |
HasWindowBeforeCloseHandlers<W extends AbstractWindow<W>> |
interface |
HasWindowCloseHandlers<W extends AbstractWindow<W>> |
interface |
HasWindowShowHandlers<W extends AbstractWindow<W>> |
class |
WindowBeforeCloseEvent<W extends AbstractWindow<W>> |
interface |
WindowBeforeCloseHandler<W extends AbstractWindow<W>> |
class |
WindowCloseEvent<W extends AbstractWindow<W>> |
interface |
WindowCloseHandler<W extends AbstractWindow<W>> |
class |
WindowShowEvent<W extends AbstractWindow<W>> |
interface |
WindowShowHandler<W extends AbstractWindow<W>> |
Modifier and Type | Field and Description |
---|---|
protected W |
WindowBeforeCloseEvent.target |
protected W |
WindowCloseEvent.target |
protected W |
WindowShowEvent.target |
Copyright © 2018 Xalys. All rights reserved.