Package com.io7m.jwheatsheaf.oxygen
Class JWOxygenIconSet
java.lang.Object
com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
- All Implemented Interfaces:
JWFileImageSetType
A set of icons based on the Oxygen icon theme.
- See Also:
-
- "https://github.com/KDE/oxygen-icons"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforFileKind
(JWFileKind kind) Find an icon for the given file kind.forHome()
-
Constructor Details
-
JWOxygenIconSet
public JWOxygenIconSet()Construct a set of images.
-
-
Method Details
-
forSelectDirect
- Specified by:
forSelectDirect
in interfaceJWFileImageSetType
- Returns:
- An icon for the "select direct" button
-
forDirectoryCreate
- Specified by:
forDirectoryCreate
in interfaceJWFileImageSetType
- Returns:
- An icon for the "create directory" button
-
forDirectoryUp
- Specified by:
forDirectoryUp
in interfaceJWFileImageSetType
- Returns:
- An icon for the "parent directory" button
-
forHome
- Specified by:
forHome
in interfaceJWFileImageSetType
- Returns:
- An icon for the "home" button
-
forRecentItems
- Specified by:
forRecentItems
in interfaceJWFileImageSetType
- Returns:
- An icon for the "recent items" entry
-
forFileSystem
- Specified by:
forFileSystem
in interfaceJWFileImageSetType
- Returns:
- An icon for filesystem roots
-
forFileKind
Description copied from interface:JWFileImageSetType
Find an icon for the given file kind.- Specified by:
forFileKind
in interfaceJWFileImageSetType
- Parameters:
kind
- The file kind- Returns:
- An icon for the given kind
-