public class Window extends ContainerBase<AppComponent> implements AppWindow
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.common.props.WritableBoolean |
closable |
protected net.thevpc.common.props.WritableValue<AppComponent> |
component |
protected net.thevpc.common.props.WritableBoolean |
iconifiable |
protected WindowStateSetValue |
state |
childComponentType, childrenanchor, contextMenu, itemType, parent, path, peer, peerType, properties| Constructor and Description |
|---|
Window(Application app) |
Window(String id,
net.thevpc.common.i18n.Str title,
Anchor anchor,
AppComponent component) |
Window(String id,
net.thevpc.common.i18n.Str title,
Anchor anchor,
AppComponent component,
Application app) |
Window(String id,
net.thevpc.common.i18n.Str title,
Anchor anchor,
Application app) |
Window(String id,
net.thevpc.common.i18n.Str title,
AppComponent component) |
| Modifier and Type | Method and Description |
|---|---|
void |
centerOnDesktop() |
net.thevpc.common.props.WritableBoolean |
closable() |
void |
close() |
net.thevpc.common.props.WritableValue<AppComponent> |
component() |
net.thevpc.common.props.WritableBoolean |
iconifiable() |
void |
resize(double x,
double y,
double w,
double h) |
WindowStateSetValue |
state() |
children, createPreferredChild, prepareChildrenaccelerator, active, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, copyDefault, createListeners, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peer, peerType, prefSize, prepareUnshowing, properties, requestFocus, resolveDefaultComponentConstructor, setOptions, setParent, setPeer, shown, title, titleStyle, tooltip, updateUI, visiblefullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, toString, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchildrenaccelerator, anchor, app, backgroundColor, bounds, childConstraints, componentType, contextMenu, copy, editable, editing, enabled, events, focused, foregroundColor, icon, iconConfig, iconSet, id, largeIcon, locale, mnemonic, opaque, order, parent, parentConstraints, path, peer, peer, peerType, prefSize, properties, requestFocus, setOptions, shown, title, titleStyle, tooltip, visiblegetChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, readOnly, userObjects, with, withprotected net.thevpc.common.props.WritableBoolean closable
protected net.thevpc.common.props.WritableBoolean iconifiable
protected net.thevpc.common.props.WritableValue<AppComponent> component
protected WindowStateSetValue state
public Window(String id, net.thevpc.common.i18n.Str title, AppComponent component)
public Window(String id, net.thevpc.common.i18n.Str title, Anchor anchor, AppComponent component)
public Window(String id, net.thevpc.common.i18n.Str title, Anchor anchor, Application app)
public Window(String id, net.thevpc.common.i18n.Str title, Anchor anchor, AppComponent component, Application app)
public Window(Application app)
public net.thevpc.common.props.WritableBoolean closable()
public net.thevpc.common.props.WritableBoolean iconifiable()
iconifiable in interface AppWindowpublic net.thevpc.common.props.WritableValue<AppComponent> component()
public WindowStateSetValue state()
public void centerOnDesktop()
centerOnDesktop in interface AppWindowCopyright © 2021 vpc open source initiative. All rights reserved.