Place

class Place(val file: File, val alias: String = file.name)

The data used by the PlacesDock in subproject glok-dock.

This isn't part of glok-dock so that we can use Place without depending on the Glok's GUI components.

Constructors

Link copied to clipboard
constructor(file: File, alias: String = file.name)

Properties

Link copied to clipboard
Link copied to clipboard
val file: File

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String