public abstract class OrderEntryAppearanceService
extends java.lang.Object
Constructor and Description |
---|
OrderEntryAppearanceService() |
Modifier and Type | Method and Description |
---|---|
abstract CellAppearanceEx |
forContentFolder(ContentFolder folder) |
abstract CellAppearanceEx |
forJdk(Sdk jdk,
boolean isInComboBox,
boolean selected,
boolean showVersion) |
abstract CellAppearanceEx |
forLibrary(Project project,
Library library,
boolean hasInvalidRoots) |
abstract CellAppearanceEx |
forModule(Module module) |
abstract CellAppearanceEx |
forOrderEntry(Project project,
OrderEntry orderEntry,
boolean selected) |
static OrderEntryAppearanceService |
getInstance() |
public static OrderEntryAppearanceService getInstance()
public abstract CellAppearanceEx forOrderEntry(Project project, OrderEntry orderEntry, boolean selected)
public abstract CellAppearanceEx forLibrary(Project project, Library library, boolean hasInvalidRoots)
public abstract CellAppearanceEx forJdk(Sdk jdk, boolean isInComboBox, boolean selected, boolean showVersion)
public abstract CellAppearanceEx forContentFolder(ContentFolder folder)
public abstract CellAppearanceEx forModule(Module module)