Serialisierte Form

  • Package net.sf.jguiraffe.examples.tutorial.viewset

    • Klasse net.sf.jguiraffe.examples.tutorial.viewset.ViewSettings

      class ViewSettings extends Object implements Serializable
      serialVersionUID:
      20100111L
      • Serialisierte Felder

        • backgroundColor
          net.sf.jguiraffe.gui.builder.components.Color backgroundColor
          The background color.
        • fileDateFrom
          Date fileDateFrom
          The from date for the date filter.
        • fileDateTo
          Date fileDateTo
          The to date for the date filter.
        • fileTypes
          String[] fileTypes
          An array with the file types to filter for.
        • filterDate
          boolean filterDate
          A flag whether the date filter is active.
        • filterSize
          boolean filterSize
          A flag whether the filter for file size is active.
        • filterTypes
          boolean filterTypes
          A flag whether the filter for file types is active.
        • foregroundColor
          net.sf.jguiraffe.gui.builder.components.Color foregroundColor
          The foreground color.
        • minFileSize
          Integer minFileSize
          The minimum file size for the size filter.
        • selectionBackground
          net.sf.jguiraffe.gui.builder.components.Color selectionBackground
          The selection background color.
        • selectionForeground
          net.sf.jguiraffe.gui.builder.components.Color selectionForeground
          The selection foreground color.
        • sortColumn
          Integer sortColumn
          The index of the sort color.
        • sortDescending
          boolean sortDescending
          The sort descending flag.
        • sortDirectories
          Integer sortDirectories
          The sort mode for directories.