Package-level declarations
Types
Link copied to clipboard
The default dialog used to copy files from PlacesDock. See FileDialogFactory to use an alternate dialog.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface FileDialogFactory
The PlacesDock is designed to be customisable, and an application may have special requirements when renaming, deleting, copying and opening files.
Link copied to clipboard
The base class for CopyFileDialog, RenameFileDialog and DeleteFileDialog.
Link copied to clipboard
A helper class to simplify WatchService, by creating a (private) background thread, which polls the WatchService, and forwards the messages to created and deleted on the glok thread.
Link copied to clipboard
Link copied to clipboard
open class PlacesDock(val harbour: Harbour, val places: MutableObservableList<Place> = Places.sharedPlaces, id: String = ID) : Dock
A tree view of folders and files.
Link copied to clipboard
Link copied to clipboard
The default dialog used to rename files from PlacesDock. See FileDialogFactory to use an alternate dialog.
Link copied to clipboard