public class MarqueeToolEntry extends ToolEntry
MarqueeSelectionTool.PALETTE_TYPE_TOOLlisteners, PALETTE_TYPE_UNKNOWN, PERMISSION_FULL_MODIFICATION, PERMISSION_HIDE_ONLY, PERMISSION_LIMITED_MODIFICATION, PERMISSION_NO_MODIFICATION, PROPERTY_DEFAULT, PROPERTY_DESCRIPTION, PROPERTY_LABEL, PROPERTY_LARGE_ICON, PROPERTY_PARENT, PROPERTY_SMALL_ICON, PROPERTY_TYPE, PROPERTY_VISIBLE| Constructor and Description |
|---|
MarqueeToolEntry()
Creates a new MarqueeToolEntry that can select nodes
|
MarqueeToolEntry(java.lang.String label)
Constructor for MarqueeToolEntry.
|
MarqueeToolEntry(java.lang.String label,
java.lang.String description)
Constructor for MarqueeToolEntry.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
ImageDescriptor |
getLargeIcon() |
ImageDescriptor |
getSmallIcon() |
createTool, getToolProperties, getToolProperty, setToolClass, setToolPropertyaddPropertyChangeListener, getId, getLabel, getParent, getType, getUserModificationPermission, isVisible, removePropertyChangeListener, setDescription, setId, setLabel, setLargeIcon, setParent, setSmallIcon, setType, setUserModificationPermission, setVisible, toStringpublic MarqueeToolEntry()
public MarqueeToolEntry(java.lang.String label)
label - the labelpublic MarqueeToolEntry(java.lang.String label,
java.lang.String description)
label - the label; can be nulldescription - the description (can be null)public java.lang.String getDescription()
getDescription in class PaletteEntryPaletteEntry.getDescription()public ImageDescriptor getLargeIcon()
getLargeIcon in class PaletteEntryPaletteEntry.getLargeIcon()public ImageDescriptor getSmallIcon()
getSmallIcon in class PaletteEntryPaletteEntry.getSmallIcon()Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.