public class MyDoggyAppContentWindow extends Object implements net.thevpc.echo.AppContentWindow
| Constructor and Description |
|---|
MyDoggyAppContentWindow(MyDoggyAppDockingWorkspace toolWindowManager,
String id,
Component component,
net.thevpc.echo.Application app) |
| 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() |
static Icon |
resizeIcon(Icon icon) |
net.thevpc.common.props.WritableValue<net.thevpc.echo.AppWindowStateSet> |
state() |
net.thevpc.common.props.WritableValue<String> |
title() |
public MyDoggyAppContentWindow(MyDoggyAppDockingWorkspace toolWindowManager, String id, Component component, net.thevpc.echo.Application app)
public net.thevpc.common.props.WritableValue<Icon> icon()
icon in interface net.thevpc.echo.AppContentWindowpublic String id()
id in interface net.thevpc.echo.AppContentWindowpublic net.thevpc.common.props.WritableValue<Boolean> closable()
closable in interface net.thevpc.echo.AppContentWindowpublic net.thevpc.common.props.WritableValue<String> title()
title in interface net.thevpc.echo.AppContentWindowpublic net.thevpc.common.props.WritableValue<JComponent> component()
component in interface net.thevpc.echo.AppContentWindowpublic net.thevpc.common.props.WritableValue<Boolean> active()
active in interface net.thevpc.echo.AppContentWindowpublic net.thevpc.common.props.WritableValue<net.thevpc.echo.AppWindowStateSet> state()
state in interface net.thevpc.echo.AppContentWindowCopyright © 2021 vpc open source initiative. All rights reserved.