Class DockableFactory.Stub

java.lang.Object
org.flexdock.docking.DockableFactory.Stub
All Implemented Interfaces:
DockableFactory
Enclosing interface:
DockableFactory

public static class DockableFactory.Stub extends Object implements DockableFactory
An empty implementation of DockableFactory.
  • Constructor Details

    • Stub

      public Stub()
  • Method Details

    • getDockable

      public Dockable getDockable(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 Component getDockableComponent(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.