Uses of Class
gov.noaa.pmel.sgt.JPane

Packages that use JPane
gov.noaa.pmel.sgt.beans Classes and interfaces that make up SGT Beans. 
gov.noaa.pmel.sgt.plot Classes for the automatic layout of multiple Layers. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of JPane in gov.noaa.pmel.sgt.beans
 

Methods in gov.noaa.pmel.sgt.beans that return JPane
 JPane Page.getJPane()
          Get JPane associated with Page
 JPane Panel.getPane()
          Get the JPane the Panel is associated with.
 

Uses of JPane in gov.noaa.pmel.sgt.plot
 

Subclasses of JPane in gov.noaa.pmel.sgt.plot
 class JPlotPane
           
 

Uses of JPane in gov.noaa.pmel.sgt.swing
 

Subclasses of JPane in gov.noaa.pmel.sgt.swing
 class JGraphicLayout
          JGraphicLayout is a abstract class that provides the basis for pre-defined layouts using the CartesianGraph class.
 class JLineProfileLayout
          Deprecated. As of v2.0, replaced by JPlotLayout
 class JPlotLayout
          JPlotLayout creates a pre-defined graphics layout for SGTLine, SGTGrid, Collection, SGTVector, and PointCollection data.
 

Fields in gov.noaa.pmel.sgt.swing declared as JPane
protected  JPane JGraphicLayout.keyPane_
          Key pane reference
 

Methods in gov.noaa.pmel.sgt.swing that return JPane
 JPane JGraphicLayout.getKeyPane()
          Get KeyPane object
 

Methods in gov.noaa.pmel.sgt.swing with parameters of type JPane
 void JClassTree.setJPane(JPane pane)
          Set the JPane for which the JTree is to be built.
 

Uses of JPane in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop that return JPane
 JPane VectorAttributeDialog.getJPane()
          Get the first parent pane.
 JPane TimeAxisDialog.getJPane()
          Get the parent JPane.
 JPane SpaceAxisDialog.getJPane()
          Get the parent JPane.
 JPane SGLabelDialog.getJPane()
          Get the parent JPane
 JPane RulerDialog.getJPane()
          Get the parent JPane.
 JPane PointAttributeDialog.getJPane()
          Get the first parent.
 JPane LogoDialog.getJPane()
          Get the parent JPane.
 JPane LineAttributeDialog.getJPane()
          Get the first parent pane.
 JPane GridAttributeDialog.getJPane()
          Get the first parent pane.
 JPane[] VectorAttributeDialog.getJPaneList()
          Get an array of parent panes.
 JPane[] PointAttributeDialog.getJPaneList()
          Get an array of parent panes.
 JPane[] LineAttributeDialog.getJPaneList()
          Get an array of parent panes.
 JPane[] GridAttributeDialog.getJPaneList()
          Get an array of parent panes.
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type JPane
 void VectorAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void TimeAxisDialog.setJPane(JPane pane)
          Set the parent JPane.
 void SpaceAxisDialog.setJPane(JPane pane)
          Set the parent JPane.
 void SGLabelDialog.setJPane(JPane pane)
          Set the parent JPane
 void RulerDialog.setJPane(JPane pane)
          Set the parent JPane.
 void PointAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void LogoDialog.setJPane(JPane pane)
          Set the parent JPane.
 void LineAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void GridAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void VectorAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void PointAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void LineAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void GridAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void LogoDialog.setLogo(Logo logo, JPane pane)
          Set the Logo to be edited and JPane.
 void PointAttributeDialog.setPointAttribute(PointAttribute attr, JPane pane)
          Set the PointAttribute to be edited and the JPane.
 void RulerDialog.setRuler(Ruler scale, JPane pane)
          Set the Ruler to be edited and the JPane
 void SGLabelDialog.setSGLabel(SGLabel label, JPane pane)
          Set the SGLabel to be edited and the JPane.
 void SpaceAxisDialog.setSpaceAxis(SpaceAxis sa, JPane pane)
          Set the SpaceAxis to be edited and the JPane
 void TimeAxisDialog.setTimeAxis(TimeAxis ta, JPane pane)
          Set the TimeAxis to be edited and the JPane