|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.ide.util.treeView.smartTree.ActionPresentationData
public class ActionPresentationData
The default implementation of the ActionPresentation interface, specifying the presentation information for a grouping, sorting or filtering action displayed in a generic tree.
| Constructor Summary | |
|---|---|
ActionPresentationData(java.lang.String text,
java.lang.String description,
javax.swing.Icon icon)
Creates an action presentation with the specified text, description and icon. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of the action, displayed in the status bar when the mouse is over the toolbar button. |
javax.swing.Icon |
getIcon()
Returns the icon for the action, displayed on the toolbar button. |
java.lang.String |
getText()
Returns the name of the action, displayed in the tooltip for the toolbar button. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionPresentationData(java.lang.String text,
java.lang.String description,
javax.swing.Icon icon)
text - the name of the action, displayed in the tooltip for the toolbar button.description - the description of the action, displayed in the status bar when the mouse
is over the toolbar button.icon - the icon for the action, displayed on the toolbar button.| Method Detail |
|---|
public java.lang.String getText()
ActionPresentation
getText in interface ActionPresentationpublic java.lang.String getDescription()
ActionPresentation
getDescription in interface ActionPresentationpublic javax.swing.Icon getIcon()
ActionPresentation
getIcon in interface ActionPresentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||