All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Layer |
addInternalActiveLayer(Layer layer) |
Layer |
addInternalLayer(Layer layer) |
File |
chooseOutputFile(String defaultName,
String suffixWithoutDot,
String dialogTitle) |
Object |
createAndRegisterObject(String objectID,
Object className) |
Object |
createRegistryObject(String className) |
File |
determineSaveLocation(String dialogTitle,
String defaultFolderName) |
LayerList |
getActiveLayers() |
String |
getAppConfigurationLocation() |
AppFrame |
getAppFrame() |
AppPanel |
getAppPanel() |
Dimension |
getAppSize() |
String |
getAppTitle() |
Double |
getCurrentAltitude() |
JFileChooser |
getFileChooser() |
Frame |
getFrame() |
LayerManager |
getLayerManager() |
MenuBar |
getMenuBar() |
NetworkActivitySignal |
getNetworkActivitySignal() |
Object |
getRegisteredObject(String objectID) |
Registry |
getRegistry() |
StatusPanel |
getStatusPanel() |
ToolBar |
getToolBar() |
WWOUnitsFormat |
getUnits() |
String |
getVersion() |
WorldWindow |
getWWd() |
WWPanel |
getWWPanel() |
void |
moveToLocation(LatLon location) |
void |
moveToLocation(PointOfInterest location) |
void |
moveToLocation(Position position) |
void |
openLink(String link) |
void |
redraw() |
void |
registerObject(String objectID,
Object o) |
void |
setCursor(Cursor cursor) |
String |
setStatusMessage(String message) |
void |
showCommunicationErrorDialog(Exception e,
String message,
Object... args) |
void |
showCommunicationErrorDialogLater(Exception e,
String message,
Object... args) |
int |
showConfirmFileOverwriteDialog(File outFile) |
void |
showErrorDialog(Exception e,
String title,
String message,
Object... args) |
void |
showErrorDialogLater(Exception e,
String title,
String message,
Object... args) |
void |
showMessageDialog(Component component,
Object message,
String title,
int messageType) |
void |
showMessageDialog(Component component,
Object message,
String title,
int messageType,
Object... args) |
void |
showMessageDialog(Object message,
String title,
int messageType) |
void |
showMessageDialog(Object message,
String title,
int messageType,
Object... args) |
int |
showOptionDialog(Object message,
String title,
int optionType,
int messageType,
Icon icon,
Object[] options,
Object initialValue) |
void |
start(String appConfigurationLocation,
Dimension appSize) |