Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.action |
Contains classes related to the JDNC actions architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
JXEditorPane
JXEditorPane offers enhanced functionality over the standard JEditorPane . |
Modifier and Type | Method and Description |
---|---|
Targetable |
TargetManager.getTarget()
Return the current targetable component.
|
Targetable[] |
TargetManager.getTargets()
Returns an array of managed targets that were added with the
addTarget methods. |
Modifier and Type | Method and Description |
---|---|
void |
TargetManager.addTarget(Targetable target)
Appends the target to the target list.
|
void |
TargetManager.addTarget(Targetable target,
boolean prepend)
Add a target to the target list.
|
void |
TargetManager.removeTarget(Targetable target)
Remove the target from the list
|
void |
TargetManager.setTarget(Targetable newTarget)
Gets the current targetable component.
|
Copyright © 2017. All rights reserved.