public class ViewAdapter extends AbstractView
| Constructor and Description |
|---|
ViewAdapter(JComponent component,
AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations,
ToolBarItemConfiguration[] toolBarItemConfigurations,
StateBarComponentConfiguration[] stateBarComponentConfigurations,
IKeyActionConfiguration[] keyActionConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
JComponent |
getComponent() |
IKeyActionConfiguration[] |
getKeyActionConfigurations() |
AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] |
getMenuItemConfigurations() |
StateBarComponentConfiguration[] |
getStateBarComponentConfigurations() |
ToolBarItemConfiguration[] |
getToolBarItemConfigurations() |
addViewListener, removeViewListenerpublic ViewAdapter(JComponent component, AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItemConfigurations, ToolBarItemConfiguration[] toolBarItemConfigurations, StateBarComponentConfiguration[] stateBarComponentConfigurations, IKeyActionConfiguration[] keyActionConfigurations)
public JComponent getComponent()
public ToolBarItemConfiguration[] getToolBarItemConfigurations()
public AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] getMenuItemConfigurations()
public StateBarComponentConfiguration[] getStateBarComponentConfigurations()
public IKeyActionConfiguration[] getKeyActionConfigurations()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.