protected class AbstractAttachSourceProvider.AttachExistingSourceAction extends java.lang.Object implements AttachSourcesProvider.AttachSourcesAction
Constructor and Description |
---|
AttachExistingSourceAction(VirtualFile srcFile,
Library library,
java.lang.String actionName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusyText() |
java.lang.String |
getName() |
ActionCallback |
perform(java.util.List<LibraryOrderEntry> orderEntriesContainingFile) |
public AttachExistingSourceAction(VirtualFile srcFile, Library library, java.lang.String actionName)
public java.lang.String getName()
getName
in interface AttachSourcesProvider.AttachSourcesAction
public java.lang.String getBusyText()
getBusyText
in interface AttachSourcesProvider.AttachSourcesAction
public ActionCallback perform(java.util.List<LibraryOrderEntry> orderEntriesContainingFile)
perform
in interface AttachSourcesProvider.AttachSourcesAction