Class DockableGuiRoot

java.lang.Object
org.praxislive.base.AbstractRoot
org.praxislive.base.AbstractRootContainer
org.praxislive.ide.core.api.AbstractIDERoot
org.praxislive.ide.pxr.gui.DockableGuiRoot
All Implemented Interfaces:
org.praxislive.core.Component, org.praxislive.core.Container, org.praxislive.core.Lookup.Provider, org.praxislive.core.Root

public class DockableGuiRoot extends AbstractIDERoot
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.praxislive.base.AbstractRoot

    org.praxislive.base.AbstractRoot.Controller, org.praxislive.base.AbstractRoot.Delegate, org.praxislive.base.AbstractRoot.DelegateConfiguration, org.praxislive.base.AbstractRoot.State
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    org.praxislive.core.ComponentInfo
     
    org.praxislive.core.Lookup
     
    protected void
     
    protected void
     
    protected void
     

    Methods inherited from class org.praxislive.ide.core.api.AbstractIDERoot

    activating, terminating

    Methods inherited from class org.praxislive.base.AbstractRootContainer

    addChild, children, connect, disconnect, getAddress, getChild, getControl, getParent, getPort, hierarchyChanged, parentNotify, processCall, registerControl, removeChild, unregisterControl, write

    Methods inherited from class org.praxislive.base.AbstractRoot

    attachDelegate, createContext, createController, createRouter, delegateConfig, detachDelegate, findService, getAddress, getExecutionContext, getRootHub, getRouter, getState, initialize, interrupt, invokeLater, setIdle, setRunning, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.praxislive.core.Container

    getType
  • Constructor Details

    • DockableGuiRoot

      public DockableGuiRoot(PraxisProject project)
  • Method Details

    • getInfo

      public org.praxislive.core.ComponentInfo getInfo()
      Specified by:
      getInfo in interface org.praxislive.core.Component
      Specified by:
      getInfo in class org.praxislive.base.AbstractRootContainer
    • setup

      protected void setup()
      Overrides:
      setup in class AbstractIDERoot
    • getLookup

      public org.praxislive.core.Lookup getLookup()
      Specified by:
      getLookup in interface org.praxislive.core.Lookup.Provider
      Overrides:
      getLookup in class AbstractIDERoot
    • starting

      protected void starting()
      Overrides:
      starting in class org.praxislive.base.AbstractRoot
    • stopping

      protected void stopping()
      Overrides:
      stopping in class org.praxislive.base.AbstractRoot
    • dispose

      protected void dispose()
      Overrides:
      dispose in class AbstractIDERoot