| |
|
| java.lang.Object tucana.echo2.app.widgetdash.WidgetIdentifier
WidgetIdentifier | public class WidgetIdentifier (Code) | | A widget identifier's purpose is to identify a for lookup in some catalog
of available widgets. This is mainly used for repopulating a WidgetPane from
a WidgetPaneState object.
author: Jeremy Volkman |
WidgetIdentifier | public WidgetIdentifier(String identifier)(Code) | | Construct a WidgetIdentifier
Parameters: identifier - The string identifier |
getIdentifier | public String getIdentifier()(Code) | | Return this WidgetIdentifier's string identifier. This identifier should
be unique to the corresponding widget.
The string identifier. |
hashCode | public int hashCode()(Code) | | |
|
|
|