|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusPanel | |
|---|---|
| ch.tatool.core.display.swing.status | |
| Uses of StatusPanel in ch.tatool.core.display.swing.status |
|---|
| Classes in ch.tatool.core.display.swing.status that implement StatusPanel | |
|---|---|
class |
CorrectWrongStatusPanel
Status panel that provides either displays a green tick or a red cross for correct or wrong. |
class |
TextStatusPanel
Status panel that provides a title and value property only. |
class |
TimerStatusPanel
Status panel that displays a progress bar state. |
| Methods in ch.tatool.core.display.swing.status that return StatusPanel | |
|---|---|
static StatusPanel |
StatusRegionUtil.getStatusPanel(String statusPanelId)
Get a Panel out of the StatusRegion. |
StatusPanel |
StatusRegionImpl.getStatusPanel(String id)
|
StatusPanel |
StatusRegion.getStatusPanel(String id)
Get a status panel given it's id. |
| Methods in ch.tatool.core.display.swing.status that return types with arguments of type StatusPanel | |
|---|---|
List<StatusPanel> |
StatusRegionImpl.getStatusPanels()
|
List<StatusPanel> |
StatusRegion.getStatusPanels()
Get the status panels in the order in which they appear on the screen. |
| Methods in ch.tatool.core.display.swing.status with parameters of type StatusPanel | |
|---|---|
void |
StatusRegionImpl.addStatusPanel(String id,
StatusPanel statusPanel)
|
void |
StatusRegion.addStatusPanel(String id,
StatusPanel statusPanel)
Add a status panel to the status region. |
void |
StatusRegionImpl.addStatusPanel(String id,
StatusPanel statusPanel,
int index)
|
void |
StatusRegion.addStatusPanel(String id,
StatusPanel statusPanel,
int index)
Add a status panel to the status region. |
| Method parameters in ch.tatool.core.display.swing.status with type arguments of type StatusPanel | |
|---|---|
void |
StatusRegionConfigurator.setStatusPanels(Map<String,StatusPanel> statusPanels)
Set a map of info panels to add to the statusregion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||