public abstract class FileAppearanceService
extends java.lang.Object
Constructor and Description |
---|
FileAppearanceService() |
Modifier and Type | Method and Description |
---|---|
abstract CellAppearanceEx |
empty() |
abstract CellAppearanceEx |
forInvalidUrl(java.lang.String url) |
abstract CellAppearanceEx |
forIoFile(java.io.File file) |
abstract CellAppearanceEx |
forVirtualFile(VirtualFile file) |
static FileAppearanceService |
getInstance() |
public static FileAppearanceService getInstance()
public abstract CellAppearanceEx empty()
public abstract CellAppearanceEx forVirtualFile(VirtualFile file)
public abstract CellAppearanceEx forIoFile(java.io.File file)
public abstract CellAppearanceEx forInvalidUrl(java.lang.String url)