Class RMNestedDocTool


public class RMNestedDocTool extends RMTool
This class is responsible for UI editing of nested document shape.
  • Constructor Details

    • RMNestedDocTool

      public RMNestedDocTool()
  • Method Details

    • resetUI

      public void resetUI()
      Refreshes Swing UI panel controls form the currently selected nested doc.
      Overrides:
      resetUI in class UIOwner
    • respondUI

      public void respondUI(SwingEvent anEvent)
      Handles changes from Swing UI panel controls to currently selected nested doc.
    • getShapeClass

      public Class getShapeClass()
      Returns the class that this tool is responsible for.
      Overrides:
      getShapeClass in class RMTool
    • getWindowTitle

      public String getWindowTitle()
      Returns the name to be presented to the user.
      Overrides:
      getWindowTitle in class RMTool
    • getIcon

      public Icon getIcon()
      Returns the icon used to represent our shape class.
      Overrides:
      getIcon in class RMTool