public abstract class InheritedMembersNodeProvider<T extends TreeElement> extends java.lang.Object implements FileStructureNodeProvider<T>, ActionShortcutProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
InheritedMembersNodeProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionIdForShortcut() |
java.lang.String |
getCheckBoxText() |
java.lang.String |
getName()
Returns a unique identifier for the action.
|
ActionPresentation |
getPresentation()
Returns the presentation for the action.
|
Shortcut [] |
getShortcut() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprovideNodespublic static final java.lang.String ID
public java.lang.String getCheckBoxText()
getCheckBoxText in interface FileStructureNodeProvider<T extends TreeElement>public Shortcut [] getShortcut()
getShortcut in interface FileStructureNodeProvider<T extends TreeElement>public java.lang.String getActionIdForShortcut()
getActionIdForShortcut in interface ActionShortcutProviderpublic ActionPresentation getPresentation()
TreeActiongetPresentation in interface TreeActionActionPresentationData(String, String, javax.swing.Icon)public java.lang.String getName()
TreeActiongetName in interface TreeAction