public interface Browser extends Savable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Browser.Descriptor |
| Modifier and Type | Field and Description |
|---|---|
static ImageIcon |
ICON_LOCKED |
static ImageIcon |
ICON_UNAVAILABLE |
static ImageIcon |
ICON_UNLOCKED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this command browser.
|
JComponent |
getPanel()
Initializes the browser if necessary, and returns its root graphics component.
|
void |
shutdown()
Releases resources and shuts down this browser.
|
static final ImageIcon ICON_UNLOCKED
static final ImageIcon ICON_LOCKED
static final ImageIcon ICON_UNAVAILABLE
String getName()
JComponent getPanel()
void shutdown()
Copyright © 2018 LSST. All rights reserved.