public static class DirectoryChooser.ItemWrapper
extends java.lang.Object
Constructor and Description |
---|
ItemWrapper(PsiDirectory directory,
java.lang.String postfix) |
Modifier and Type | Method and Description |
---|---|
PsiDirectory |
getDirectory() |
DirectoryChooser.PathFragment[] |
getFragments() |
javax.swing.Icon |
getIcon(FileIndex fileIndex) |
java.lang.String |
getPresentableUrl() |
java.lang.String |
getRelativeToProjectPath() |
void |
setFragments(DirectoryChooser.PathFragment[] fragments) |
public ItemWrapper(PsiDirectory directory, java.lang.String postfix)
public DirectoryChooser.PathFragment[] getFragments()
public void setFragments(DirectoryChooser.PathFragment[] fragments)
public javax.swing.Icon getIcon(FileIndex fileIndex)
public java.lang.String getPresentableUrl()
public PsiDirectory getDirectory()
public java.lang.String getRelativeToProjectPath()