|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Targetable | |
---|---|
org.jdesktop.jdnc | Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. |
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. |
Uses of Targetable in org.jdesktop.jdnc |
---|
Classes in org.jdesktop.jdnc that implement Targetable | |
---|---|
class |
JNComponent
Base class for all JN components. |
class |
JNEditor
Implementation of a text editor |
class |
JNForm
|
class |
JNList
|
class |
JNTable
High level table component which displays tabular data from a data model in a scrollable view. |
class |
JNTextField
|
class |
JNTree
Encapsulates JXTree functionality inside a JNComponent. |
class |
JNTreeTable
Encapsulates JXTreeTable functionality inside a JNComponent. |
Uses of Targetable in org.jdesktop.swingx |
---|
Classes in org.jdesktop.swingx that implement Targetable | |
---|---|
class |
JXEditorPane
An extended editor pane which has the following features built in: Text search undo/redo simple html/plain text editing |
Uses of Targetable in org.jdesktop.swingx.action |
---|
Methods in org.jdesktop.swingx.action that return Targetable | |
---|---|
Targetable |
TargetManager.getTarget()
Return the current targetable component. |
Targetable[] |
TargetManager.getTargets()
Returns an array of managed targets that were added with the addTarget methods. |
Methods in org.jdesktop.swingx.action with parameters of type Targetable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |