public abstract class CustomLibraryDescription
extends java.lang.Object
Constructor and Description |
---|
CustomLibraryDescription() |
Modifier and Type | Method and Description |
---|---|
abstract NewLibraryConfiguration |
createNewLibrary(javax.swing.JComponent parentComponent,
VirtualFile contextDirectory) |
NewLibraryConfiguration |
createNewLibraryWithDefaultSettings(VirtualFile contextDirectory)
Called when the user enables the use of a framework and there is no existing library for that framework.
|
LibrariesContainer.LibraryLevel |
getDefaultLevel() |
DownloadableLibraryType |
getDownloadableLibraryType() |
abstract java.util.Set<? extends LibraryKind> |
getSuitableLibraryKinds() |
public DownloadableLibraryType getDownloadableLibraryType()
public abstract java.util.Set<? extends LibraryKind> getSuitableLibraryKinds()
public abstract NewLibraryConfiguration createNewLibrary(javax.swing.JComponent parentComponent, VirtualFile contextDirectory)
public NewLibraryConfiguration createNewLibraryWithDefaultSettings(VirtualFile contextDirectory)
public LibrariesContainer.LibraryLevel getDefaultLevel()