| java.lang.Object org.netbeans.modules.vmd.api.model.PaletteDescriptor
PaletteDescriptor | final public class PaletteDescriptor (Code) | | This immutable class represents a palette descriptor used in component descriptor.
It holds information about the category id, display name, small icon, and large icon.
author: David Kaspar |
Constructor Summary | |
public | PaletteDescriptor(String categoryID, String displayName, String toolTip, String smallIcon, String largeIcon) Creates a new palette descriptor for describing always visible component descriptor by specifying category id, display name, small and large icon. |
PaletteDescriptor | public PaletteDescriptor(String categoryID, String displayName, String toolTip, String smallIcon, String largeIcon)(Code) | | Creates a new palette descriptor for describing always visible component descriptor by specifying category id, display name, small and large icon.
Parameters: categoryID - the category id Parameters: displayName - the display name Parameters: smallIcon - the small icon Parameters: largeIcon - the large icon |
getCategoryID | public String getCategoryID()(Code) | | Return a palette category id.
the palette category |
getDisplayName | public String getDisplayName()(Code) | | Return a display name.
the display name |
getLargeIcon | public String getLargeIcon()(Code) | | Returns a large icon.
the large icon |
getSmallIcon | public String getSmallIcon()(Code) | | Returns a small icon.
the small icon |
getToolTip | public String getToolTip()(Code) | | Return a tool tip.
the tool tip |
hashCode | public int hashCode()(Code) | | |
|
|