Class RosterPhysicsPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class RosterPhysicsPane extends JPanel
Display and enable editing of Physics parameters for a RosterEntry. This is intended to be hosted as its own tab in the programmer window.
See Also:
  • Constructor Details

  • Method Details

    • getTabTitle

      public static String getTabTitle()
      Return the localized title to use when this pane is added as a tab. This method exists so callers in other packages don't need direct access to this package's Bundle helper.
      Returns:
      localized tab title
    • update

      public void update(RosterEntry r)
      Update the roster entry from the GUI contents.
      Parameters:
      r - roster entry to update
    • updateGUI

      public void updateGUI(RosterEntry r)
      Fill GUI from roster contents.
      Parameters:
      r - roster entry to display
    • guiChanged

      public boolean guiChanged(RosterEntry r)
      Compare GUI with roster contents.
      Parameters:
      r - roster entry to compare
      Returns:
      true if GUI differs from r