Package com.io7m.jwheatsheaf.ui.internal
Class JWFileImageDefaultSet
java.lang.Object
com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
- All Implemented Interfaces:
JWFileImageSetType
The default set of images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionforFileKind(JWFileKind kind) Find an icon for the given file kind.forHome()
-
Constructor Details
-
JWFileImageDefaultSet
public JWFileImageDefaultSet()Construct a set of images.
-
-
Method Details
-
forSelectDirect
- Specified by:
forSelectDirectin interfaceJWFileImageSetType- Returns:
- An icon for the "select direct" button
-
forDirectoryCreate
- Specified by:
forDirectoryCreatein interfaceJWFileImageSetType- Returns:
- An icon for the "create directory" button
-
forDirectoryUp
- Specified by:
forDirectoryUpin interfaceJWFileImageSetType- Returns:
- An icon for the "parent directory" button
-
forHome
- Specified by:
forHomein interfaceJWFileImageSetType- Returns:
- An icon for the "home" button
-
forRecentItems
- Specified by:
forRecentItemsin interfaceJWFileImageSetType- Returns:
- An icon for the "recent items" entry
-
forFileSystem
- Specified by:
forFileSystemin interfaceJWFileImageSetType- Returns:
- An icon for filesystem roots
-
forFileKind
Description copied from interface:JWFileImageSetTypeFind an icon for the given file kind.- Specified by:
forFileKindin interfaceJWFileImageSetType- Parameters:
kind- The file kind- Returns:
- An icon for the given kind
-