public class MyDoggyAppDockingWorkspace extends Object implements net.thevpc.echo.AppDockingWorkspace, JComponentSupplier
| Constructor and Description |
|---|
MyDoggyAppDockingWorkspace(net.thevpc.echo.AppWindow window) |
MyDoggyAppDockingWorkspace(org.noos.xing.mydoggy.plaf.MyDoggyToolWindowManager toolWindowManager) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.echo.AppContentWindow |
addContent(String id,
JComponent component) |
net.thevpc.echo.AppToolWindow |
addTool(String id,
JComponent component,
net.thevpc.echo.AppToolWindowAnchor anchor) |
net.thevpc.echo.Application |
application() |
JComponent |
component() |
net.thevpc.common.props.WritableMap<String,net.thevpc.echo.AppContentWindow> |
contentWindows() |
static net.thevpc.echo.AppLayoutWorkspaceFactory |
factory() |
net.thevpc.echo.AppContentWindow |
getContent(String id) |
net.thevpc.echo.AppToolWindow |
getTool(String id) |
org.noos.xing.mydoggy.plaf.MyDoggyToolWindowManager |
getToolWindowManager() |
net.thevpc.common.props.WritableMap<String,net.thevpc.echo.AppToolWindow> |
toolWindows() |
public MyDoggyAppDockingWorkspace(net.thevpc.echo.AppWindow window)
public MyDoggyAppDockingWorkspace(org.noos.xing.mydoggy.plaf.MyDoggyToolWindowManager toolWindowManager)
public static net.thevpc.echo.AppLayoutWorkspaceFactory factory()
public net.thevpc.echo.Application application()
application in interface net.thevpc.echo.AppDockingWorkspacepublic JComponent component()
component in interface JComponentSupplierpublic org.noos.xing.mydoggy.plaf.MyDoggyToolWindowManager getToolWindowManager()
public net.thevpc.common.props.WritableMap<String,net.thevpc.echo.AppToolWindow> toolWindows()
toolWindows in interface net.thevpc.echo.AppDockingWorkspacepublic net.thevpc.common.props.WritableMap<String,net.thevpc.echo.AppContentWindow> contentWindows()
contentWindows in interface net.thevpc.echo.AppDockingWorkspacepublic net.thevpc.echo.AppContentWindow getContent(String id)
getContent in interface net.thevpc.echo.AppDockingWorkspacepublic net.thevpc.echo.AppToolWindow getTool(String id)
getTool in interface net.thevpc.echo.AppDockingWorkspacepublic net.thevpc.echo.AppContentWindow addContent(String id, JComponent component)
addContent in interface net.thevpc.echo.AppDockingWorkspacepublic net.thevpc.echo.AppToolWindow addTool(String id, JComponent component, net.thevpc.echo.AppToolWindowAnchor anchor)
addTool in interface net.thevpc.echo.AppDockingWorkspaceCopyright © 2021 vpc open source initiative. All rights reserved.