public interface IconSets extends net.thevpc.common.props.WritableLiMap<String,IconSet>
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.common.props.WritableValue<IconSetConfig> |
config() |
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, remove, removeAll, removeAll, values, vetoscontainsKey, entrySet, findAll, get, keySet, readOnly, size, stream, toMapisWritable, name, type, userObjectsforEach, iterator, spliteratornet.thevpc.common.props.WritableValue<IconSetConfig> config()
IconSet iconSet()
net.thevpc.common.props.WritableValue<String> id()
net.thevpc.common.props.WritableValue<AppIconResolver> resolver()
net.thevpc.common.props.ObservableValue<ImageIcon> iconForFile(File f, boolean selected, boolean expanded)
Copyright © 2021 vpc open source initiative. All rights reserved.