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, wait
provideNodes
public 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 ActionShortcutProvider
public ActionPresentation getPresentation()
TreeAction
getPresentation
in interface TreeAction
ActionPresentationData(String, String, javax.swing.Icon)
public java.lang.String getName()
TreeAction
getName
in interface TreeAction