public class Directory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Directory.Type |
| Constructor and Description |
|---|
Directory(IconTheme theme,
String key,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.vfs2.FileObject |
findIcon(String icon) |
String |
getContext() |
String |
getKey() |
int |
getMaxSize() |
int |
getMinSize() |
int |
getSize() |
int |
getThreshold() |
Directory.Type |
getType() |
boolean |
isMatchesSize(int iconsize) |
String |
toString() |
public Directory(IconTheme theme, String key, Properties properties) throws ParseException, IOException
ParseExceptionIOExceptionpublic int getSize()
public String getContext()
public Directory.Type getType()
public int getMaxSize()
public int getMinSize()
public String getKey()
public int getThreshold()
public boolean isMatchesSize(int iconsize)
public org.apache.commons.vfs2.FileObject findIcon(String icon)
Copyright © 2016. All rights reserved.