Package net.infonode.docking.util
Interface ViewFactoryManager
-
- All Known Implementing Classes:
AbstractViewMap,MixedViewHandler,StringViewMap,ViewMap
public interface ViewFactoryManagerManages the factories for views.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ViewFactory[]getViewFactories()Returns the view factories.
-
-
-
Method Detail
-
getViewFactories
ViewFactory[] getViewFactories()
Returns the view factories.- Returns:
- the view factories
-
-