public abstract class AbstractPaletteItem extends Object implements PaletteItem
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
itemId |
protected String |
title |
protected String |
tooltip |
| Constructor and Description |
|---|
AbstractPaletteItem(String itemId,
String title,
String description,
String tooltip) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getTitle() |
String |
getTooltip() |
int |
hashCode() |
protected final String itemId
protected final String title
protected final String description
protected final String tooltip
public String getId()
getId in interface PaletteItempublic String getTitle()
getTitle in interface PaletteItempublic String getDescription()
getDescription in interface PaletteItempublic String getTooltip()
getTooltip in interface PaletteItemCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.