|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.ui.LoadBundleDialog
public class LoadBundleDialog
Class LoadDialog provides the dialog that shows the progress of loading a bundle
| Constructor Summary | |
|---|---|
LoadBundleDialog(IdvPersistenceManager persistenceManager,
String label)
Create me |
|
| Method Summary | |
|---|---|
void |
addDataSource(DataSource dataSource)
Add the decoded date source to the list |
void |
addDisplayControl(DisplayControl displayControl)
Add the decoded display to the list |
void |
appendMessage(String msg)
Appen to the message label text |
void |
clear()
Clear the list of data sources and displays. |
void |
dispose()
Overwrite dispose to stop the progress bar |
List |
getDataSources()
Get the data sources that have been loaded up till now |
List |
getDisplayControls()
Get the displays that have been loaded up till now |
boolean |
getShouldRemoveItems()
Was the laod cancelled |
boolean |
okToRun()
Has the user pressed cancel yet |
void |
setMessage(String msg)
Set the message label text |
void |
setMessage1(String msg)
Set the message label text |
void |
setMessage2(String msg)
Set the message label text |
void |
showDialog()
Create and show the gui |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadBundleDialog(IdvPersistenceManager persistenceManager,
String label)
persistenceManager - A reference to the persistence manager in case we need itlabel - The label to use in the dialog title| Method Detail |
|---|
public void clear()
public void dispose()
public void setMessage(String msg)
msg - The messagepublic void setMessage1(String msg)
msg - The messagepublic void setMessage2(String msg)
msg - The messagepublic void appendMessage(String msg)
msg - The text to appendpublic boolean okToRun()
public void showDialog()
public void addDataSource(DataSource dataSource)
dataSource - The new data sourcepublic void addDisplayControl(DisplayControl displayControl)
displayControl - The new displaypublic List getDataSources()
public List getDisplayControls()
public boolean getShouldRemoveItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||