org.dishevelled.identify
Interface Identifiable

All Known Implementing Classes:
IdentifiableAction

public interface Identifiable

Marks a bean as having a name and an icon bundle.

Version:
$Revision: 974 $ $Date: 2011-01-04 21:40:23 -0600 (Tue, 04 Jan 2011) $
Author:
Michael Heuer

Method Summary
 IconBundle getIconBundle()
          Return the icon bundle for this identifiable object.
 String getName()
          Return the name of this identifiable object.
 

Method Detail

getName

String getName()
Return the name of this identifiable object.

Returns:
the name of this identifiable object

getIconBundle

IconBundle getIconBundle()
Return the icon bundle for this identifiable object.

Returns:
the icon bundle for this identifiable object


Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).