Uses of Class
edu.iu.cnets.klatsch.gui.Pane

Packages that use Pane
edu.iu.cnets.klatsch.gui   
edu.iu.cnets.klatsch.lang   
edu.iu.cnets.klatsch.pane   
 

Uses of Pane in edu.iu.cnets.klatsch.gui
 

Fields in edu.iu.cnets.klatsch.gui with type parameters of type Pane
(package private)  java.util.List<Pane> KlatschGui.paneList
          for keeping track of the main pane
 

Methods in edu.iu.cnets.klatsch.gui with parameters of type Pane
 void KlatschGui.add(Pane pane)
          Adds a new pane to the top display.
 

Uses of Pane in edu.iu.cnets.klatsch.lang
 

Fields in edu.iu.cnets.klatsch.lang declared as Pane
 Pane VPane.p
          the pane we're encapsulating
(package private)  Pane VProperty.pane
          the pane containing this property
 

Constructors in edu.iu.cnets.klatsch.lang with parameters of type Pane
VPane(Pane p)
          Constructs a new pane.
VProperty(Pane pane, java.lang.String name, java.lang.reflect.Method prop)
          Create a new wrapper for a property for the given pane, name, and method.
 

Uses of Pane in edu.iu.cnets.klatsch.pane
 

Subclasses of Pane in edu.iu.cnets.klatsch.pane
 class Text
          The text pane simply displays a number of lines of output.