public class MarqueeToolEntry extends ToolEntry
MarqueeSelectionTool
.PALETTE_TYPE_TOOL
listeners, 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, setToolProperty
addPropertyChangeListener, getId, getLabel, getParent, getType, getUserModificationPermission, isVisible, removePropertyChangeListener, setDescription, setId, setLabel, setLargeIcon, setParent, setSmallIcon, setType, setUserModificationPermission, setVisible, toString
public MarqueeToolEntry()
public MarqueeToolEntry(java.lang.String label)
label
- the labelpublic MarqueeToolEntry(java.lang.String label, java.lang.String description)
label
- the label; can be null
description
- the description (can be null
)public java.lang.String getDescription()
getDescription
in class PaletteEntry
PaletteEntry.getDescription()
public ImageDescriptor getLargeIcon()
getLargeIcon
in class PaletteEntry
PaletteEntry.getLargeIcon()
public ImageDescriptor getSmallIcon()
getSmallIcon
in class PaletteEntry
PaletteEntry.getSmallIcon()
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.