com.intellij.ide.util.treeView.smartTree
Interface ActionPresentation

All Known Implementing Classes:
ActionPresentationData

public interface ActionPresentation

The presentation information for a grouping, sorting or filtering action displayed in a generic tree.

See Also:
TreeAction.getPresentation(), ActionPresentationData

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.
 

Method Detail

getText

java.lang.String getText()
Returns the name of the action, displayed in the tooltip for the toolbar button.

Returns:
the action name.

getDescription

java.lang.String getDescription()
Returns the description of the action, displayed in the status bar when the mouse is over the toolbar button.

Returns:
the action description.

getIcon

javax.swing.Icon getIcon()
Returns the icon for the action, displayed on the toolbar button.

Returns:
the action icon.