java.lang.Object
net.anwiba.commons.swing.frame.view.AbstractView
- All Implemented Interfaces:
IComponentProvider,IView
- Direct Known Subclasses:
ViewAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddViewListener(IViewListener listener) voidremoveViewListener(IViewListener listener) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.frame.view.IView
getKeyActionConfigurations, getMenuItemConfigurations, getStateBarComponentConfigurations, getToolBarItemConfigurations
-
Constructor Details
-
AbstractView
public AbstractView()
-
-
Method Details
-
removeViewListener
- Specified by:
removeViewListenerin interfaceIView
-
addViewListener
- Specified by:
addViewListenerin interfaceIView
-