Class StateBarManager
- java.lang.Object
-
- net.anwiba.commons.swing.statebar.StateBarManager
-
- All Implemented Interfaces:
IStateBarComponentRegistry
public class StateBarManager extends java.lang.Object implements IStateBarComponentRegistry
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStateBarManager.StateBarComponentDescriptionComparator
-
Constructor Summary
Constructors Constructor Description StateBarManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(StateBarComponentConfiguration... stateBarComponentConfigurations)StateBargetStateBar()
-
-
-
Method Detail
-
add
public void add(StateBarComponentConfiguration... stateBarComponentConfigurations)
- Specified by:
addin interfaceIStateBarComponentRegistry
-
getStateBar
public StateBar getStateBar()
-
-