net.infonode.docking.util

Interface ViewFactory

public interface ViewFactory

A factory that creates a view.

Version: $Revision: 1.5 $

Author: $Author: jesper $

Method Summary
ViewcreateView()
Creates a view.
IcongetIcon()
Returns the icon for this factory.
StringgetTitle()
Returns the title of this factory.

Method Detail

createView

public View createView()
Creates a view.

Returns: the view

getIcon

public Icon getIcon()
Returns the icon for this factory.

Returns: the icon for this factory

getTitle

public String getTitle()
Returns the title of this factory.

Returns: the title of this factory