Package org.controlsfx.control.decoration


package org.controlsfx.control.decoration
A package containing decoration-related API (that is, API to allow for users to 'decorate' nodes with additional nodes or css decorations.
  • Classes
    Class
    Description
    Decoration is an abstract class used by the ControlsFX Decorator class for adding and removing decorations on a node.
    The Decorator class is responsible for accessing decorations for a given node.
    GraphicDecoration is a Decoration designed to show a graphic (be it an image loaded via an ImageView or an arbitrarily complex scenegraph in its own right) on top of a given node.
    StyleClassDecoration is a Decoration designed to add a CSS style class to a node (for example, to show a warning style when the field is incorrectly set).