| Package | Description |
|---|---|
| org.netbeans.api.io | |
| org.netbeans.spi.io | |
| org.netbeans.spi.io.support |
| Modifier and Type | Method | Description |
|---|---|---|
static Hyperlink |
Hyperlink.from(java.lang.Runnable runnable) |
Create a new hyperlink for specified
Runnable, which will be
invoked when the line is clicked. |
static Hyperlink |
Hyperlink.from(java.lang.Runnable runnable,
boolean important) |
Create a new hyperlink for specified
Runnable, which will be
invoked when the line is clicked. |
static Hyperlink |
Hyperlink.from(Intent intent) |
Create a new hyperlink for specified
Intent, which will be
executed when the line is clicked. |
static Hyperlink |
Hyperlink.from(Intent intent,
boolean important) |
Create a new hyperlink for specified
Intent, which will be
executed when the line is clicked. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
OutputWriter.print(java.lang.String s,
Hyperlink link) |
|
abstract void |
OutputWriter.print(java.lang.String s,
Hyperlink link,
OutputColor color) |
|
abstract void |
OutputWriter.println(java.lang.String s,
Hyperlink link) |
|
abstract void |
OutputWriter.println(java.lang.String s,
Hyperlink link,
OutputColor color) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InputOutputProvider.print(IO io,
WRITER writer,
java.lang.String text,
Hyperlink link,
OutputColor color,
boolean printLineEnd) |
Print enhanced text.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Intent |
Hyperlinks.getIntent(Hyperlink hyperlink) |
Get intent associated with a hyperlink of type
HyperlinkType.FROM_INTENT. |
static java.lang.Runnable |
Hyperlinks.getRunnable(Hyperlink hyperlink) |
Get runnable associated with a hyperlink of type
HyperlinkType.FROM_RUNNABLE. |
static HyperlinkType |
Hyperlinks.getType(Hyperlink hyperlink) |
Get hyperlink type.
|
static void |
Hyperlinks.invoke(Hyperlink hyperlink) |
Invoke appropriate action for the hyperlink.
|
static boolean |
Hyperlinks.isImportant(Hyperlink hyperlink) |
Check whether a hyperlink is important.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.