|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressBarInterface | |
---|---|
ucot.core | ControlInterface and Core class, these control the program flow. |
ucot.ui | Userinterface. |
ucot.ui.gui | Graphical userInterface and classes related to it. |
ucot.ui.gui.dialog | Dialogs used by the gui. |
Uses of ProgressBarInterface in ucot.core |
---|
Classes in ucot.core that implement ProgressBarInterface | |
---|---|
class |
DummyProgressBar
DummyProgressBar which does absolutely nothing but helps avoiding null values in ProgressBar variables. |
Fields in ucot.core declared as ProgressBarInterface | |
---|---|
private ProgressBarInterface |
Core.progressBar
|
Uses of ProgressBarInterface in ucot.ui |
---|
Methods in ucot.ui that return ProgressBarInterface | |
---|---|
ProgressBarInterface |
UIInterface.getProgressBar()
Method for getting a new progressbar for showing the current progress status to the user and halting all other usage of the model editor. |
ProgressBarInterface |
DummyUI.getProgressBar()
|
Uses of ProgressBarInterface in ucot.ui.gui |
---|
Methods in ucot.ui.gui that return ProgressBarInterface | |
---|---|
ProgressBarInterface |
GraphicalUI.getProgressBar()
|
Uses of ProgressBarInterface in ucot.ui.gui.dialog |
---|
Classes in ucot.ui.gui.dialog that implement ProgressBarInterface | |
---|---|
class |
ProgressBarDialog
Progressbar dialog class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |