Class RibsGeneral


  • public class RibsGeneral
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RibsGeneral.CallbackFocusListener
      FocusListener implementation to add nice editing behavior to CallbackText.
    • Constructor Summary

      Constructors 
      Constructor Description
      RibsGeneral()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RJPanel getUI()
      Returns the Swing UI panel for the inspector.
      java.lang.String getWindowTitle()
      Returns the name to be used in the inspector's window title.
      void resetUI()
      Updates the Swing UI control from the currently selected shape.
      void respondUI​(java.lang.Object anObj)
      Updates the currently selected shape from the UI controls.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RibsGeneral

        public RibsGeneral()
    • Method Detail

      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel for the inspector.
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name to be used in the inspector's window title.
      • resetUI

        public void resetUI()
        Updates the Swing UI control from the currently selected shape.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected shape from the UI controls.