Class AbstractView
- java.lang.Object
-
- net.anwiba.commons.swing.frame.view.AbstractView
-
- All Implemented Interfaces:
IComponentProvider,IView
- Direct Known Subclasses:
ViewAdapter
public abstract class AbstractView extends java.lang.Object implements IView
-
-
Constructor Summary
Constructors Constructor Description AbstractView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddViewListener(IViewListener listener)voidremoveViewListener(IViewListener listener)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
Methods inherited from interface net.anwiba.commons.swing.frame.view.IView
getKeyActionConfigurations, getMenuItemConfigurations, getStateBarComponentConfigurations, getToolBarItemConfigurations
-
-
-
-
Method Detail
-
removeViewListener
public void removeViewListener(IViewListener listener)
- Specified by:
removeViewListenerin interfaceIView
-
addViewListener
public void addViewListener(IViewListener listener)
- Specified by:
addViewListenerin interfaceIView
-
-