Package | Description |
---|---|
com.pacbio.secondary.vis.gui.panels.base |
Generic dockable genomic panels
|
pub.vlsolutions.swing.docking |
Dockable windows framework
|
Modifier and Type | Field and Description |
---|---|
protected DockKey |
DockablePaneBase.key |
Modifier and Type | Method and Description |
---|---|
DockKey |
DockablePaneBase.getDockKey() |
DockKey |
DockableScrollPaneBase.getDockKey() |
Modifier and Type | Method and Description |
---|---|
DockKey |
CompoundDockable.getDockKey()
Returns the key used to describe this dockable
|
DockKey |
Dockable.getDockKey()
returns the unique key identifying the docked element
|
DockKey |
DockablePanel.getDockKey() |
DockKey |
AutoHideButton.getKey()
Returns the key of the dockable
|
Modifier and Type | Method and Description |
---|---|
int |
DockTabbedPane.getDockableIndex(DockKey key)
Returns the tab index of the dockable corresponding to the given key, or null if the dockable
doesn't belong to this tab.
|
void |
DockablePanel.setDockKey(DockKey key) |
Constructor and Description |
---|
CompoundDockable(DockKey key)
Constructs a new CompoundDockable with a given key
|
DockablePanel(java.awt.Component contained,
DockKey key) |
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.