Class DockableFactory.Stub

    • Constructor Summary

      Constructors 
      Constructor Description
      Stub()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Dockable getDockable​(java.lang.String dockableId)
      Returns a Dockable for the specified Dockable ID, possibly creating and registering it in the process.
      java.awt.Component getDockableComponent​(java.lang.String dockableId)
      Returns a Component for the specified Dockable ID, possibly creating and registering a Dockable in the process.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Stub

        public Stub()
    • Method Detail

      • getDockable

        public Dockable getDockable​(java.lang.String dockableId)
        Returns a Dockable for the specified Dockable ID, possibly creating and registering it in the process.
        Specified by:
        getDockable in interface DockableFactory
        Parameters:
        dockableId - the ID for the requested Dockable
        Returns:
        null.
      • getDockableComponent

        public java.awt.Component getDockableComponent​(java.lang.String dockableId)
        Returns a Component for the specified Dockable ID, possibly creating and registering a Dockable in the process.
        Specified by:
        getDockableComponent in interface DockableFactory
        Parameters:
        dockableId - the ID for the requested dockable Component
        Returns:
        null.