|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JvExplorerDetails | |
|---|---|
| org.jurvis.swing | Swing utilities and extensions. |
| org.jurvis.swing.explorer | |
| Uses of JvExplorerDetails in org.jurvis.swing |
|---|
| Methods in org.jurvis.swing with parameters of type JvExplorerDetails | |
|---|---|
Action |
JvSwingFactory.createViewDetailsAction(JvExplorer explorer,
String name,
JvExplorerDetails details)
Construct a JvViewExplorerDetailsAction with the given name
that controls the specified details pane. |
| Uses of JvExplorerDetails in org.jurvis.swing.explorer |
|---|
| Classes in org.jurvis.swing.explorer that implement JvExplorerDetails | |
|---|---|
class |
JvExplorerListDetails
A component displaying details about the active JvExplorer node as a
list within a JTable. |
| Fields in org.jurvis.swing.explorer declared as JvExplorerDetails | |
|---|---|
protected JvExplorerDetails |
JvViewExplorerDetailsAction.details
The controlled details panel. |
| Methods in org.jurvis.swing.explorer that return JvExplorerDetails | |
|---|---|
JvExplorerDetails |
JvExplorer.getDetails()
Return the node's details. |
| Methods in org.jurvis.swing.explorer with parameters of type JvExplorerDetails | |
|---|---|
void |
JvExplorer.setDetails(JvExplorerDetails details)
Set the details panel to be displayed for this explorer. |
| Constructors in org.jurvis.swing.explorer with parameters of type JvExplorerDetails | |
|---|---|
JvExplorer(String name,
JvExplorerTree tree,
JvExplorerDetails details)
Construct a JvExplorer with the given name. |
|
JvViewExplorerDetailsAction(String name,
JvExplorer explorer,
JvExplorerDetails details)
Create a JvViewExplorerDetailsAction with the given name
that controls the visibility of the given details panel. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||