public interface AppWindow extends AppToolContainer
| Modifier and Type | Method and Description |
|---|---|
Application |
application() |
void |
centerOnDefaultMonitor() |
void |
close() |
Object |
component() |
net.thevpc.common.props.WritableValue<AppWindowDisplayMode> |
displayMode() |
net.thevpc.common.props.WritableValue<ImageIcon> |
icon() |
net.thevpc.common.props.WritableValue<AppMenuBar> |
menuBar() |
AppWindowStateSetValue |
state() |
net.thevpc.common.props.WritableValue<AppStatusBar> |
statusBar() |
net.thevpc.common.props.WritableValue<String> |
title() |
net.thevpc.common.props.WritableValue<AppToolBar> |
toolBar() |
net.thevpc.common.props.WritableValue<AppWorkspace> |
workspace() |
rootNode, toolspath, rendererApplication application()
net.thevpc.common.props.WritableValue<AppWindowDisplayMode> displayMode()
net.thevpc.common.props.WritableValue<AppMenuBar> menuBar()
net.thevpc.common.props.WritableValue<AppStatusBar> statusBar()
net.thevpc.common.props.WritableValue<AppToolBar> toolBar()
net.thevpc.common.props.WritableValue<AppWorkspace> workspace()
net.thevpc.common.props.WritableValue<String> title()
net.thevpc.common.props.WritableValue<ImageIcon> icon()
AppWindowStateSetValue state()
void centerOnDefaultMonitor()
Object component()
void close()
Copyright © 2021 vpc open source initiative. All rights reserved.