Uses of Class
org.geotools.swing.dialog.JTextReporter.Connection

Packages that use JTextReporter.Connection
org.geotools.swing.dialog A small selection of dialogs and related utilities. 
org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
 

Uses of JTextReporter.Connection in org.geotools.swing.dialog
 

Methods in org.geotools.swing.dialog that return JTextReporter.Connection
 JTextReporter.Connection JTextReporter.Connection.append(String text)
           
 JTextReporter.Connection JTextReporter.Connection.append(String text, int indent)
           
 JTextReporter.Connection JTextReporter.Connection.appendNewline()
          Appends a newline.
 JTextReporter.Connection JTextReporter.Connection.appendSeparatorLine(int n)
          Appends a line of repeated JTextReporter.DEFAULT_SEPARATOR_CHAR followed by a newline.
 JTextReporter.Connection JTextReporter.Connection.appendSeparatorLine(int n, char c)
          Appends a line consisting of n copies of char c followed by a newline.
static JTextReporter.Connection JTextReporter.showDialog(String title)
          Creates a displays a new text reporter dialog.
static JTextReporter.Connection JTextReporter.showDialog(String title, String initialText)
          Creates a displays a new text reporter dialog.
static JTextReporter.Connection JTextReporter.showDialog(String title, String initialText, int flags)
          Creates a displays a new text reporter dialog.
static JTextReporter.Connection JTextReporter.showDialog(String title, String initialText, int flags, int textAreaRows, int textAreaCols)
           
 

Uses of JTextReporter.Connection in org.geotools.swing.tool
 

Methods in org.geotools.swing.tool that return JTextReporter.Connection
 JTextReporter.Connection InfoTool.getTextReporterConnection()
          Gets the connection to the text reporter displayed by this tool.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.