Package dk.gtz.graphedit.util


package dk.gtz.graphedit.util
  • Class
    Description
    General static utilities for various types bindings (javafx.beans.binding)
    Helper class for downloading files and getting the progress of the download.
    The state that the download can be in.
    Utility class for mousedragging behaviors.
    The central point of all scriptable editor actions.
    javafx utility for adding vertical drag-to-resize functionality to a Region
    General utilities for manipulating and creating Property inspectors / editors.
    Interface for an undo system where the Undoable entries are observable
    A class to manage keybindings.
    A record to store a graphedit keybinding.
    A keyed Group of javafx Nodes
    Static utility class for interacting with metadata
    A mouse tracking utility
    Implementation of an observable undosystem
    An implementation of the IObservableUndoSystem interface that uses a tree structure to store the undo history.
    A record to store an undoable action with a representation.
    General utilities relating to the operating system
    Utility functions for retrying actions multiple times.
    General utilities for handling geometric shapes
    This class is responsible for loading tips from a YAML file.
    Change listener that can veto a change if it was not a valid change.
    javafx utility for adding horizontal drag-to-resize functionality to a Region