Uses of Class
org.geotools.swing.dialog.JTextReporter.Connection
Packages that use JTextReporter.Connection
Package
Description
A small selection of dialogs and related utilities.
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.ConnectionModifier and TypeMethodDescriptionJTextReporter.Connection.appendNewline()
Appends a newline.JTextReporter.Connection.appendSeparatorLine
(int n) Appends a line of repeatedJTextReporter.DEFAULT_SEPARATOR_CHAR
followed by a newline.JTextReporter.Connection.appendSeparatorLine
(int n, char c) Appends a line consisting ofn
copies of charc
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.ConnectionModifier and TypeMethodDescriptionInfoTool.getTextReporterConnection()
Gets the connection to the text reporter displayed by this tool.