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.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 Panel.getPane()
          Get the JPane the Panel is associated with.
 JPane Page.getJPane()
          Get JPane associated with Page
 

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.
 

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[] VectorAttributeDialog.getJPaneList()
          Get an array of parent panes.
 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[] PointAttributeDialog.getJPaneList()
          Get an array of parent panes.
 JPane LogoDialog.getJPane()
          Get the parent JPane.
 JPane LineAttributeDialog.getJPane()
          Get the first parent pane.
 JPane[] LineAttributeDialog.getJPaneList()
          Get an array of parent panes.
 JPane GridAttributeDialog.getJPane()
          Get the first parent pane.
 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 VectorAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void TimeAxisDialog.setTimeAxis(TimeAxis ta, JPane pane)
          Set the TimeAxis to be edited and the JPane
 void TimeAxisDialog.setJPane(JPane pane)
          Set the parent JPane.
 void SpaceAxisDialog.setSpaceAxis(SpaceAxis sa, JPane pane)
          Set the SpaceAxis to be edited and the JPane
 void SpaceAxisDialog.setJPane(JPane pane)
          Set the parent JPane.
 void SGLabelDialog.setSGLabel(SGLabel label, JPane pane)
          Set the SGLabel to be edited and the JPane.
 void SGLabelDialog.setJPane(JPane pane)
          Set the parent JPane
 void RulerDialog.setRuler(Ruler scale, JPane pane)
          Set the Ruler to be edited and the JPane
 void RulerDialog.setJPane(JPane pane)
          Set the parent JPane.
 void PointAttributeDialog.setPointAttribute(PointAttribute attr, JPane pane)
          Set the PointAttribute to be edited and the JPane.
 void PointAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void PointAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void LogoDialog.setLogo(Logo logo, JPane pane)
          Set the Logo to be edited and JPane.
 void LogoDialog.setJPane(JPane pane)
          Set the parent JPane.
 void LineAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void LineAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 void GridAttributeDialog.setJPane(JPane pane)
          Set the parent JPane.
 void GridAttributeDialog.setJPaneList(JPane[] list)
          Set the parent JPanes.
 



Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003