Uses of Class
net.anwiba.commons.swing.statebar.StateBarComponentConfiguration
-
Packages that use StateBarComponentConfiguration Package Description net.anwiba.commons.swing.frame.view net.anwiba.commons.swing.statebar -
-
Uses of StateBarComponentConfiguration in net.anwiba.commons.swing.frame.view
Methods in net.anwiba.commons.swing.frame.view that return StateBarComponentConfiguration Modifier and Type Method Description StateBarComponentConfiguration[]IView. getStateBarComponentConfigurations()StateBarComponentConfiguration[]ViewAdapter. getStateBarComponentConfigurations()Constructors in net.anwiba.commons.swing.frame.view with parameters of type StateBarComponentConfiguration Constructor Description ViewAdapter(javax.swing.JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations) -
Uses of StateBarComponentConfiguration in net.anwiba.commons.swing.statebar
Methods in net.anwiba.commons.swing.statebar with parameters of type StateBarComponentConfiguration Modifier and Type Method Description voidIStateBarComponentRegistry. add(StateBarComponentConfiguration... stateBarComponentConfiguration)voidStateBarManager. add(StateBarComponentConfiguration... stateBarComponentConfigurations)
-