public class InvalidJdkItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected T |
myEntry |
Constructor and Description |
---|
InvalidJdkItem() |
Modifier and Type | Method and Description |
---|---|
static com.intellij.openapi.roots.ui.configuration.classpath.ClasspathTableItem<?> |
createItem(OrderEntry orderEntry,
StructureConfigurableContext context) |
static com.intellij.openapi.roots.ui.configuration.classpath.ClasspathTableItem<LibraryOrderEntry> |
createLibItem(LibraryOrderEntry orderEntry,
StructureConfigurableContext context) |
boolean |
equals(java.lang.Object o) |
T |
getEntry() |
DependencyScope |
getScope() |
java.lang.String |
getTooltipText() |
int |
hashCode() |
boolean |
isEditable() |
boolean |
isExportable() |
boolean |
isExported() |
boolean |
isRemovable() |
void |
setExported(boolean isExported) |
void |
setScope(DependencyScope scope) |
protected final T extends OrderEntry myEntry
public static com.intellij.openapi.roots.ui.configuration.classpath.ClasspathTableItem<?> createItem(OrderEntry orderEntry, StructureConfigurableContext context)
public static com.intellij.openapi.roots.ui.configuration.classpath.ClasspathTableItem<LibraryOrderEntry> createLibItem(LibraryOrderEntry orderEntry, StructureConfigurableContext context)
public final boolean isExportable()
public final boolean isExported()
public final void setExported(boolean isExported)
public final DependencyScope getScope()
public final void setScope(DependencyScope scope)
public final T getEntry()
public boolean isRemovable()
public boolean isEditable()
public java.lang.String getTooltipText()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object