Interface InspectorStyleClasses


public interface InspectorStyleClasses
This interface defines constants for style classes that GUI components of the drawing editor use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This style class is used for buttons that add an object to a collection.
    static final String
    This style class is used by controls that are placed without white space at their top, left and right bounds.
    static final String
    This style class is used by inspector controls.
    static final String
    This style class is used for checkboxes that change the locked state of an object.
    static final String
    This style class is used for buttons that remove an object from a collection.
    static final String
    This style class is used for checkboxes that change the visible state of an object.
  • Field Details

    • VISIBLE_CHECK_BOX

      static final String VISIBLE_CHECK_BOX
      This style class is used for checkboxes that change the visible state of an object.

      An object is visible, if the checkbox is selected.

      The value is: "visible-check-box".

      See Also:
    • LOCKED_CHECK_BOX

      static final String LOCKED_CHECK_BOX
      This style class is used for checkboxes that change the locked state of an object.

      An object is locked, if the checkbox is selected.

      The value is: "locked-check-box".

      See Also:
    • ADD_BUTTON

      static final String ADD_BUTTON
      This style class is used for buttons that add an object to a collection.

      The value is: "add-button".

      See Also:
    • REMOVE_BUTTON

      static final String REMOVE_BUTTON
      This style class is used for buttons that remove an object from a collection.

      The value is: "remove-button".

      See Also:
    • INSPECTOR

      static final String INSPECTOR
      This style class is used by inspector controls.

      The value is: "inspector".

      See Also:
    • FLUSH_TOP_RIGHT_LEFT

      static final String FLUSH_TOP_RIGHT_LEFT
      This style class is used by controls that are placed without white space at their top, left and right bounds.

      The value is: "flushTopRightLeft".

      See Also: