Class JWFileImageDefaultSet

    • Constructor Detail

      • JWFileImageDefaultSet

        public JWFileImageDefaultSet()
        Construct a set of images.
    • Method Detail

      • forSelectDirect

        public java.net.URL forSelectDirect()
        Specified by:
        forSelectDirect in interface JWFileImageSetType
        Returns:
        An icon for the "select direct" button
      • forDirectoryCreate

        public java.net.URL forDirectoryCreate()
        Specified by:
        forDirectoryCreate in interface JWFileImageSetType
        Returns:
        An icon for the "create directory" button
      • forDirectoryUp

        public java.net.URL forDirectoryUp()
        Specified by:
        forDirectoryUp in interface JWFileImageSetType
        Returns:
        An icon for the "parent directory" button
      • forRecentItems

        public java.net.URL forRecentItems()
        Specified by:
        forRecentItems in interface JWFileImageSetType
        Returns:
        An icon for the "recent items" entry
      • forFileKind

        public java.util.Optional<java.net.URL> forFileKind​(JWFileKind kind)
        Description copied from interface: JWFileImageSetType
        Find an icon for the given file kind.
        Specified by:
        forFileKind in interface JWFileImageSetType
        Parameters:
        kind - The file kind
        Returns:
        An icon for the given kind