Class LabelsTool

    • Constructor Detail

      • LabelsTool

        public LabelsTool()
    • Method Detail

      • getShapeClass

        public java.lang.Class getShapeClass()
        Description copied from class: Tool
        Returns the shape class that this tool handles.
        Overrides:
        getShapeClass in class Tool
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Description copied from class: Tool
        Returns the string to be used for the inspector window title.
        Overrides:
        getWindowTitle in class Tool
      • getUI

        public RJPanel getUI()
        Description copied from class: Tool
        Returns the Swing UI panel for this tool.
        Overrides:
        getUI in class Tool
      • resetUI

        public void resetUI()
        Description copied from class: Tool
        Resets the UI associated with this tool.
        Overrides:
        resetUI in class Tool
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Description copied from class: Tool
        Responder callback for the UI associated with this tool.
        Overrides:
        respondUI in class Tool
      • addLabels

        public static void addLabels​(RMEditor anEditor,
                                     java.lang.String aKeyPath)
      • dropString

        public void dropString​(javax.swing.JTable aTable,
                               java.lang.String aString,
                               java.awt.Point aPoint)
      • moveSort

        public void moveSort​(int from,
                             int to)
      • sortingTableModel

        public javax.swing.table.AbstractTableModel sortingTableModel()
      • labelFormats

        public java.util.Vector labelFormats()