Class RMNestedDocTool


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

      • RMNestedDocTool

        public RMNestedDocTool()
    • Method Detail

      • 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 java.lang.Class getShapeClass()
        Returns the class that this tool is responsible for.
        Overrides:
        getShapeClass in class RMTool
      • getWindowTitle

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

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