Class AnimAgent

java.lang.Object
com.reportmill.base.RMObject
com.reportmill.panels.AnimAgent
All Implemented Interfaces:
RMArchiver.Archiving, Cloneable

public class AnimAgent extends RMObject
This class provides Swing GUI editing for anim agents.
  • Constructor Details

    • AnimAgent

      public AnimAgent()
      Creates a new AnimAgent inspector.
  • Method Details

    • getUI

      public JPanel getUI()
      Returns the Swing GUI panel to edit AnimAgents.
    • resetUI

      public void resetUI()
      Updates the Swing GUI controls from the current anim agent.
    • respondUI

      public void respondUI(Object anObj)
      Responds to changes from Swing GUI controls.
    • getWindowTitle

      public String getWindowTitle()
      Returns the name of this inspector.