public interface InspectorStyleClasses
This interface defines constants for style classes that GUI components
of the drawing editor use.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis style class is used for buttons that add an object to a collection.static final StringThis style class is used by controls that are placed without white space at their top, left and right bounds.static final StringThis style class is used by inspector controls.static final StringThis style class is used for checkboxes that change the locked state of an object.static final StringThis style class is used for buttons that remove an object from a collection.static final StringThis style class is used for checkboxes that change the visible state of an object.
-
Field Details
-
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
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
This style class is used for buttons that add an object to a collection.The value is: "add-button".
- See Also:
-
REMOVE_BUTTON
This style class is used for buttons that remove an object from a collection.The value is: "remove-button".
- See Also:
-
INSPECTOR
This style class is used by inspector controls.The value is: "inspector".
- See Also:
-
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:
-