Class PanelWithFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
MapWidget

public class PanelWithFrame extends JPanel
Widget for configuring maps. Maintains a CompositeDisplayable of MapLines and LatLonLines. The user can configure the visibility and color of a particular set of map or lat/lon lines. The increments between lat/lon lines can be configured as well. The widget is configured through a properties file. When the properties of the widget are set and the "Apply" button is selected, a PropertyChangeEvent is thrown with the CompositeDisplayable of all visible maps as the newValue.
See Also:
  • Constructor Details

    • PanelWithFrame

      public PanelWithFrame()
      _more_
  • Method Details

    • makeFrame

      protected void makeFrame(String title)
      _more_
      Parameters:
      title -
    • haveFrame

      public boolean haveFrame()
      _more_
      Returns:
      _more_
    • getFrame

      public JFrame getFrame()
      _more_
      Returns:
      _more_
    • addContentsToFrame

      public void addContentsToFrame(Component c)
      _more_
      Parameters:
      c -
    • packFrame

      public void packFrame()
      _more_
    • closeFrame

      public void closeFrame()
      _more_
    • destroyFrame

      public void destroyFrame()
      _more_
    • isFrameShowing

      public boolean isFrameShowing()
      _more_
      Returns:
      _more_
    • showFrame

      public void showFrame()
      _more_
    • addWindowListenerToFrame

      public void addWindowListenerToFrame(WindowListener l)
      _more_
      Parameters:
      l -