| net.infonode.docking.util.ViewFactory
ViewFactory | public interface ViewFactory (Code) | | A factory that creates a view.
author: $Author: jesper $ version: $Revision: 1.5 $ |
createView | View createView()(Code) | | Creates a view.
the view |
getIcon | Icon getIcon()(Code) | | Returns the icon for this factory.
the icon for this factory |
getTitle | String getTitle()(Code) | | Returns the title of this factory.
the title of this factory |
|
|