Uses of Class
ij.text.TextPanel

Packages that use TextPanel
ij   
ij.text   
 

Uses of TextPanel in ij
 

Methods in ij that return TextPanel
static TextPanel IJ.getTextPanel()
          Returns a reference to the "Results" window TextPanel.
 

Methods in ij with parameters of type TextPanel
static void IJ.setTextPanel(TextPanel tp)
          TextWindow calls this method with a null argument when the "Results" window is closed.
 

Uses of TextPanel in ij.text
 

Methods in ij.text that return TextPanel
 TextPanel TextWindow.getTextPanel()
          Returns a reference to this TextWindow's TextPanel.