Package docking

Class FakeDockingTool

    • Constructor Detail

      • FakeDockingTool

        public FakeDockingTool()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: DockingTool
        Returns a combination of the tool name and the instance name of the form tool name(instance name), e.g., SomeTool(2)
      • getIcon

        public javax.swing.ImageIcon getIcon()
        Description copied from interface: DockingTool
        Get the icon that the tool is using.
      • getOptions

        public ToolOptions getOptions​(java.lang.String category)
        Description copied from interface: DockingTool
        Get the options for the given category name; if no options exist with the given name, then one is created.