Package de.espirit.firstspirit.common
Class FsResource.FsIcon
java.lang.Object
de.espirit.firstspirit.common.FsResource.FsIcon
- Enclosing interface:
- FsResource
Definition for icon based resource keys.
- Since:
- 4.2.436
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Definition representing an icon resource key. -
Field Summary
Modifier and TypeFieldDescriptionResource key for an "action" icon.Resource key for a "clear" icon.Resource key for a "delete" icon.Resource key for a "down" icon.Resource key for a "drag marker" icon.Resource key for an "edit" icon.Resource key for a "help" icon.Resource key for a "left" icon.Resource key for a "left to end" icon.Resource key for a "less" icon.Resource key for a "minus" icon.Resource key for a "more" icon.Resource key for a "new" icon.Resource key for a "new from copy" icon.Resource key for a "new section" icon.Resource key for a "plus" icon.Resource key for a "refresh" icon.Resource key for a "right" icon.Resource key for a "right to end" icon.Resource key for a "save" icon.Resource key for a "search" icon.Resource key for a "select" icon.Resource key for an "up" icon.Resource key for a "users" icon. -
Constructor Summary
-
Method Summary
-
Field Details
-
NEW
Resource key for a "new" icon.- Since:
- 4.2.436
-
NEW_COPY
Resource key for a "new from copy" icon.- Since:
- 4.2.436
-
NEW_SECTION
Resource key for a "new section" icon.- Since:
- 5.1.503
-
EDIT
Resource key for an "edit" icon.- Since:
- 4.2.436
-
SAVE
Resource key for a "save" icon.- Since:
- 4.2.436
-
CLEAR
Resource key for a "clear" icon.- Since:
- 4.2.436
-
DELETE
Resource key for a "delete" icon.- Since:
- 4.2.436
-
SELECT
Resource key for a "select" icon.- Since:
- 4.2.436
-
REFRESH
Resource key for a "refresh" icon.- Since:
- 4.2.436
-
DRAG_MARKER
Resource key for a "drag marker" icon.- Since:
- 4.2.436
-
ACTION
Resource key for an "action" icon.- Since:
- 4.2.436
-
SEARCH
Resource key for a "search" icon.- Since:
- 4.2.436
-
HELP
Resource key for a "help" icon.- Since:
- 4.2.436
-
USERS
Resource key for a "users" icon.- Since:
- 4.2.436
-
MORE
Resource key for a "more" icon.- Since:
- 4.2.436
-
LESS
Resource key for a "less" icon.- Since:
- 4.2.436
-
PLUS
Resource key for a "plus" icon.- Since:
- 4.2.436
-
MINUS
Resource key for a "minus" icon.- Since:
- 4.2.436
-
UP
Resource key for an "up" icon.- Since:
- 4.2.436
-
DOWN
Resource key for a "down" icon.- Since:
- 4.2.436
-
LEFT
Resource key for a "left" icon.- Since:
- 4.2.436
-
LEFT_END
Resource key for a "left to end" icon.- Since:
- 4.2.436
-
RIGHT
Resource key for a "right" icon.- Since:
- 4.2.436
-
RIGHT_END
Resource key for a "right to end" icon.- Since:
- 4.2.436
-
-
Constructor Details
-
FsIcon
public FsIcon()
-