public interface Application
extends net.thevpc.common.props.PropertyContainer
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<AppPropertiesTree> |
activeProperties() |
ApplicationBuilder |
builder() |
AppComponentRendererFactory |
componentRendererFactory() |
net.thevpc.common.props.WritableValue<String> |
currentWorkingDirectory() |
AppErrors |
errors() |
AppHistory |
history() |
net.thevpc.common.i18n.I18n |
i18n() |
net.thevpc.common.iconset.IconSets |
iconSets() |
AppLogs |
logs() |
net.thevpc.common.props.WritableValue<AppWindow> |
mainWindow() |
AppMessages |
messages() |
net.thevpc.common.props.ObservableValue<String> |
name() |
AppDialogBuilder |
newDialog() |
AppNode |
rootNode() |
void |
runBack(Runnable run) |
void |
runFront(Runnable run) |
Application |
shutdown() |
net.thevpc.common.props.WritableList<AppShutdownVeto> |
shutdownVetos() |
Application |
start() |
net.thevpc.common.props.ObservableValue<AppState> |
state() |
AppTools |
tools() |
void |
waitFor() |
net.thevpc.common.props.ObservableValue<String> name()
net.thevpc.common.props.ObservableValue<AppState> state()
Application start()
net.thevpc.common.props.WritableList<AppShutdownVeto> shutdownVetos()
Application shutdown()
AppTools tools()
net.thevpc.common.props.WritableValue<AppWindow> mainWindow()
AppNode rootNode()
ApplicationBuilder builder()
AppHistory history()
net.thevpc.common.i18n.I18n i18n()
AppMessages messages()
AppLogs logs()
net.thevpc.common.iconset.IconSets iconSets()
net.thevpc.common.props.WritableValue<AppPropertiesTree> activeProperties()
void runFront(Runnable run)
void runBack(Runnable run)
AppErrors errors()
net.thevpc.common.props.WritableValue<String> currentWorkingDirectory()
AppComponentRendererFactory componentRendererFactory()
void waitFor()
AppDialogBuilder newDialog()
Copyright © 2021 vpc open source initiative. All rights reserved.