Class ViewAdapter
- java.lang.Object
-
- net.anwiba.commons.swing.frame.view.AbstractView
-
- net.anwiba.commons.swing.frame.view.ViewAdapter
-
- All Implemented Interfaces:
IComponentProvider,IView
public class ViewAdapter extends AbstractView
-
-
Constructor Summary
Constructors Constructor Description ViewAdapter(javax.swing.JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetComponent()IKeyActionConfiguration[]getKeyActionConfigurations()AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[]getMenuItemConfigurations()StateBarComponentConfiguration[]getStateBarComponentConfigurations()ToolBarItemConfiguration[]getToolBarItemConfigurations()-
Methods inherited from class net.anwiba.commons.swing.frame.view.AbstractView
addViewListener, removeViewListener
-
-
-
-
Constructor Detail
-
ViewAdapter
public ViewAdapter(javax.swing.JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations)
-
-
Method Detail
-
getComponent
public javax.swing.JComponent getComponent()
-
getToolBarItemConfigurations
public ToolBarItemConfiguration[] getToolBarItemConfigurations()
-
getMenuItemConfigurations
public AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] getMenuItemConfigurations()
-
getStateBarComponentConfigurations
public StateBarComponentConfiguration[] getStateBarComponentConfigurations()
-
getKeyActionConfigurations
public IKeyActionConfiguration[] getKeyActionConfigurations()
-
-