Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JTextReporter.Connection |
InfoTool.getTextReporterConnection()
Gets the connection to the text reporter displayed by this tool.
|
Copyright © 1996–2023 Geotools. All rights reserved.