Interface IView
-
- All Superinterfaces:
IComponentProvider
- All Known Implementing Classes:
AbstractView,ViewAdapter
public interface IView extends IComponentProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddViewListener(IViewListener listener)IKeyActionConfiguration[]getKeyActionConfigurations()AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[]getMenuItemConfigurations()StateBarComponentConfiguration[]getStateBarComponentConfigurations()ToolBarItemConfiguration[]getToolBarItemConfigurations()voidremoveViewListener(IViewListener listener)-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
-
-
-
Method Detail
-
removeViewListener
void removeViewListener(IViewListener listener)
-
addViewListener
void addViewListener(IViewListener listener)
-
getToolBarItemConfigurations
ToolBarItemConfiguration[] getToolBarItemConfigurations()
-
getMenuItemConfigurations
AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] getMenuItemConfigurations()
-
getStateBarComponentConfigurations
StateBarComponentConfiguration[] getStateBarComponentConfigurations()
-
getKeyActionConfigurations
IKeyActionConfiguration[] getKeyActionConfigurations()
-
-