Interface CommanderArea.Model<E>

All Known Implementing Classes:
CommanderUtilsFile.Model, CommanderUtilsVfs.Model
Enclosing class:
CommanderArea<E>

public static interface CommanderArea.Model<E>
  • Method Details

    • getEntryChildren

      E[] getEntryChildren(E entry)
    • getEntryParent

      E getEntryParent(E entry)
    • getEntryType

      CommanderArea.EntryType getEntryType(E currentLocation, E entry)