Class GISStylePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class GISStylePanel extends JPanel
Deprecated.
2D piccolo based code is being removed
The main GIS agent style editor panel class with the list of agent classes, editor and layer order buttons, etc.
Author:
Nick Collier, Eric Tatara TODO This class was autogenerated from a UI editor and manually edited later. It would be nice to clean it up and subclass from r.s.gui.StyleStep like the other editors as it shares similar behavior.
See Also:
  • Field Details

  • Constructor Details

    • GISStylePanel

      public GISStylePanel()
      Deprecated.
  • Method Details

    • init

      public void init(ContextData context, DisplayDescriptor descriptor)
      Deprecated.
      Initialize the panel. All panel objects must be reset since this is called any time the wizard or panel is displayed, and multiple calls will accumulate agent and style data if not cleared.
      Parameters:
      context -
      descriptor -
    • done

      public void done()
      Deprecated.