net.infonode.docking.util
Interface ViewFactory


public interface ViewFactory

A factory that creates a view.

Version:
$Revision: 1.5 $

Method Summary
 View createView()
          Creates a view.
 Icon getIcon()
          Returns the icon for this factory.
 String getTitle()
          Returns the title of this factory.
 

Method Detail

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

createView

public View createView()
Creates a view.

Returns:
the view


Copyright © 2007 NNL Technology AB. All Rights Reserved.