net.sourceforge.java.util.gui.jface.viewers
Interface INameable

All Known Implementing Classes:
Category, Favorite, Watch, WatchFolder

public interface INameable

Interface to mark JFace Viewer elements as nameable, i.e. to identify elements upon a title.

Author:
Sebastian Machhausen

Method Summary
 String getTitle()
           Gets the title of the INameable.
 void setTitle(String title)
           Sets the title of the INameable.
 

Method Detail

setTitle

public void setTitle(String title)

Sets the title of the INameable.

Parameters:
title - the title of the INameable

getTitle

public String getTitle()

Gets the title of the INameable.

Returns:
the title of the INameable