| Package | Description |
|---|---|
| net.thevpc.common.swing.dock |
| Modifier and Type | Method and Description |
|---|---|
JDockAnchor |
JDockTools.getDockAnchor() |
JDockAnchor |
IDockTools.getDockAnchor() |
JDockAnchor |
TabsTools.getDockAnchor() |
JDockAnchor |
JDockPane.lookupAnchor(String id) |
static JDockAnchor |
JDockAnchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JDockAnchor[] |
JDockAnchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDockPane.add(String id,
JComponent n,
String title,
Icon icon,
boolean closable,
JDockAnchor anchor) |
void |
JDockTools.SelectionListener.onSelectionChanged(String id,
JComponent component,
boolean selected,
JDockAnchor anchor) |
void |
JDockPane.setWindowAnchor(String id,
JDockAnchor anchor) |
| Constructor and Description |
|---|
JDockTools(JDockAnchor anchor) |
Copyright © 2022 vpc open source initiative. All rights reserved.