public interface AppContentWindow
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<Boolean> |
active() |
net.thevpc.common.props.WritableValue<Boolean> |
closable() |
net.thevpc.common.props.WritableValue<JComponent> |
component() |
net.thevpc.common.props.WritableValue<Icon> |
icon() |
String |
id() |
net.thevpc.common.props.WritableValue<AppWindowStateSet> |
state() |
net.thevpc.common.props.WritableValue<String> |
title() |
String id()
net.thevpc.common.props.WritableValue<Boolean> active()
net.thevpc.common.props.WritableValue<String> title()
net.thevpc.common.props.WritableValue<Icon> icon()
net.thevpc.common.props.WritableValue<Boolean> closable()
net.thevpc.common.props.WritableValue<JComponent> component()
net.thevpc.common.props.WritableValue<AppWindowStateSet> state()
Copyright © 2021 vpc open source initiative. All rights reserved.