- /** Switches between an ascending and descending sorting order. */
- void toggleSortOrder();
-
- /** Switches between sorting by categories or not. */
- void toggleSortCategorization();
-
- /**
- * Clears any additional information for an item except for the
- * name and the icon.
- */
- void clearInfo();
-
- /** Shows the MIME type as additional information for the item. */
- void showMimeInfo();
-
- /** Shows the size as additional information for the item. */
- void showSizeInfo();
-
- /** Shows the date as additional information for the item. */
- void showDateInfo();
-