|
|
|
@ -243,7 +243,30 @@ public class FineLightIconSet extends AbstractIconSet {
|
|
|
|
|
new SvgIconSource("cellElementAttr", "com/fine/theme/icon/cell/cellElementAttr.svg", true), |
|
|
|
|
new SvgIconSource("move", "com/fine/theme/icon/filetree/move.svg", true), |
|
|
|
|
new SvgIconSource("monochrome_copy", "com/fine/theme/icon/filetree/monochrome_copy.svg", true), |
|
|
|
|
new SvgIconSource("monochrome_paste", "com/fine/theme/icon/filetree/monochrome_paste.svg", true) |
|
|
|
|
new SvgIconSource("monochrome_paste", "com/fine/theme/icon/filetree/monochrome_paste.svg", true), |
|
|
|
|
|
|
|
|
|
// 控件
|
|
|
|
|
new SvgIconSource("button", "com/fine/theme/icon/widget/button.svg", true), |
|
|
|
|
new SvgIconSource("button_group", "com/fine/theme/icon/widget/button_group.svg", true), |
|
|
|
|
new SvgIconSource("check_box", "com/fine/theme/icon/widget/checkbox.svg", true), |
|
|
|
|
new SvgIconSource("checkbox_group", "com/fine/theme/icon/widget/checkbox_group.svg", true), |
|
|
|
|
new SvgIconSource("combo_box", "com/fine/theme/icon/widget/combo_box.svg", true), |
|
|
|
|
new SvgIconSource("combo_check", "com/fine/theme/icon/widget/combo_check.svg", true), |
|
|
|
|
new SvgIconSource("comboboxtree", "com/fine/theme/icon/widget/comboboxtree.svg", true), |
|
|
|
|
new SvgIconSource("date", "com/fine/theme/icon/widget/date.svg", true), |
|
|
|
|
new SvgIconSource("files_up", "com/fine/theme/icon/widget/files_up.svg", true), |
|
|
|
|
new SvgIconSource("iframe", "com/fine/theme/icon/widget/iframe.svg", true), |
|
|
|
|
new SvgIconSource("label", "com/fine/theme/icon/widget/label.svg", true), |
|
|
|
|
new SvgIconSource("number_field", "com/fine/theme/icon/widget/number_field.svg", true), |
|
|
|
|
new SvgIconSource("password_field", "com/fine/theme/icon/widget/password_field.svg", true), |
|
|
|
|
new SvgIconSource("picture", "com/fine/theme/icon/widget/picture.svg", true), |
|
|
|
|
new SvgIconSource("preview", "com/fine/theme/icon/widget/preview.svg", true), |
|
|
|
|
new SvgIconSource("prewidget", "com/fine/theme/icon/widget/prewidget.svg", true), |
|
|
|
|
new SvgIconSource("tab", "com/fine/theme/icon/widget/tab.svg", true), |
|
|
|
|
new SvgIconSource("text_area", "com/fine/theme/icon/widget/text_area.svg", true), |
|
|
|
|
new SvgIconSource("text_field", "com/fine/theme/icon/widget/text_field.svg", true), |
|
|
|
|
new SvgIconSource("tree", "com/fine/theme/icon/widget/tree.svg", true) |
|
|
|
|
|
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|