public class DefaultIconsets extends net.thevpc.common.props.WritableLiMapAdapter<String,IconSet> implements IconSets
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.common.props.WritableValue<String> |
id |
protected net.thevpc.common.props.WritableValue<AppIconResolver> |
resolver |
| Constructor and Description |
|---|
DefaultIconsets(String name) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<IconSetConfig> |
config() |
protected net.thevpc.common.props.ObservableMap<String,IconSet> |
getObservableMapBase() |
net.thevpc.common.props.ObservableValue<ImageIcon> |
icon(String id) |
net.thevpc.common.props.ObservableValue<ImageIcon> |
iconForFile(File f,
boolean selected,
boolean expanded) |
net.thevpc.common.props.ObservableValue<ImageIcon> |
iconForFileName(String f,
boolean selected,
boolean expanded) |
String |
iconIdForFile(File f,
boolean selected,
boolean expanded) |
String |
iconIdForFileName(String f,
boolean selected,
boolean expanded) |
IconSet |
iconSet() |
net.thevpc.common.props.WritableValue<String> |
id() |
net.thevpc.common.props.WritableValue<AppIconResolver> |
resolver() |
add, getWritableLiMapBase, remove, removeAll, removeAll, valuescontainsKey, entrySet, findAll, get, isWritable, iterator, keySet, listeners, name, readOnly, size, toMap, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, remove, removeAll, removeAll, values, vetoscontainsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapisWritable, name, type, userObjectsforEach, iterator, spliteratorprotected net.thevpc.common.props.WritableValue<String> id
protected net.thevpc.common.props.WritableValue<AppIconResolver> resolver
public DefaultIconsets(String name)
protected net.thevpc.common.props.ObservableMap<String,IconSet> getObservableMapBase()
public net.thevpc.common.props.WritableValue<IconSetConfig> config()
public net.thevpc.common.props.WritableValue<AppIconResolver> resolver()
public String iconIdForFile(File f, boolean selected, boolean expanded)
iconIdForFile in interface IconSetspublic String iconIdForFileName(String f, boolean selected, boolean expanded)
iconIdForFileName in interface IconSetspublic net.thevpc.common.props.ObservableValue<ImageIcon> iconForFile(File f, boolean selected, boolean expanded)
iconForFile in interface IconSetspublic net.thevpc.common.props.ObservableValue<ImageIcon> iconForFileName(String f, boolean selected, boolean expanded)
iconForFileName in interface IconSetsCopyright © 2021 vpc open source initiative. All rights reserved.