Uses of Class
com.iizix.prop.GUnit
Packages that use GUnit
Package
Description
Uses of GUnit in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GUnitModifier and TypeMethodDescriptionEAbsoluteData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EBorderData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EFlexData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EGridData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDialog.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIPanelPart.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.Methods in com.iizigo.panel.prop with parameters of type GUnitModifier and TypeMethodDescriptionEAbsoluteData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EBorderData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EFlexData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EGridData.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIDialog.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.EUIPanelPart.getDefaultValue(Atom name, GUnit defaultValue) Gets the default value to use when a value is defined and no previous text is available.Uses of GUnit in com.iizigo.prop.editor
Fields in com.iizigo.prop.editor declared as GUnitModifier and TypeFieldDescriptionBoxShadowValidator.blurThe blur, null if not parsed.DropShadowValidator.blurThe blur, null if not parsed.TextShadowValidator.blurThe blur, null if not parsed.BoxShadowValidator.horzThe horizontal unit, null if not parsed.DropShadowValidator.horzThe horizontal unit, null if not parsed.TextShadowValidator.horzThe horizontal unit, null if not parsed.BoxShadowValidator.spreadThe spread, null if not parsed.BoxShadowValidator.vertThe vertical unit, null if not parsed.DropShadowValidator.vertThe vertical unit, null if not parsed.TextShadowValidator.vertThe vertical unit, null if not parsed.Methods in com.iizigo.prop.editor that return GUnitModifier and TypeMethodDescriptionUnitPropEditor.getDefaultValue()Gets the default defined value to set in the property when defined.protected GUnitGets the property value for a user input.Methods in com.iizigo.prop.editor that return types with arguments of type GUnitModifier and TypeMethodDescriptionMultiUnitPropEditor.createPropertyEditor()Creates the property editor for a line to edit a single property.Methods in com.iizigo.prop.editor with parameters of type GUnitModifier and TypeMethodDescriptionUnitPropEditor.formatValue(GUnit value) Formats the value for user input as a String.Uses of GUnit in com.iizix.prop
Fields in com.iizix.prop declared as GUnitMethods in com.iizix.prop that return GUnitModifier and TypeMethodDescriptionGUnit.clone()Clones this instance.static GUnitGUnit.createCSSGUnit(String value, String... specialValues) Creates a GUnit object from a String.static GUnitGUnit.createGUnit(String expr0, String... specialValues) Creates a GUnit object from a String.Unit4Prop.createValue(ReadTransaction trans) Creates a new unit from a transaction.protected GUnitUnit4Prop.createValue(Element element) Creates a unit from an element.UnitProp.getUnit()Gets the current value set as an GUnit.Methods in com.iizix.prop with parameters of type GUnitModifier and TypeMethodDescriptionprotected voidUnit4Prop.appendPropValueItem(SendTransaction trans, GUnit value) Appends a unit to a transaction.booleanChecks if two unit objects are equal.protected voidUnit4Prop.initializeValueElement(GUnit value, Element element) Saves a unit to an element.booleanUnitProp.setPropValue(GUnit newValue) Sets a new value for this property.booleanSets new unit for this property.static voidGUnit.validateCSSGUnit(GUnit unit, String... specialValues) Validates a GUnit object.Constructors in com.iizix.prop with parameters of type GUnitUses of GUnit in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GUnitModifier and TypeMethodDescriptiondefault GUnitILayoutUnitHeight.getHeightUnit()Returns the height of the component.final GUnitLayoutProp.getLayoutHeight()Returns the layout height.final GUnitLayoutProp.getLayoutWidth()Returns the layout width.UIText.getMaxWidth()Gets entry field maximum width.UIText.getMinWidth()Gets minimum size.UIText.getVisualLength()Gets the visual length (unit) of the entry field.default GUnitILayoutUnitWidth.getWidthUnit()Returns the width of the component.Methods in com.iizix.prop.ui with parameters of type GUnitModifier and TypeMethodDescriptiondefault booleanSet the width of the component.booleanUIText.setMaxWidth(GUnit max) Sets the entry field maximum width.booleanUIText.setMinWidth(GUnit min) Sets the entry field minimum width.booleanAbsoluteData.setPosition(GUnit x, GUnit y, IComplexOperation op) Assigns the composite X and/or Y position.booleanLayoutProp.setPosition(GUnit x, GUnit y, IComplexOperation op) Assigns the composite X and/or Y position.booleanAbsoluteData.setSize(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.booleanBorderData.setSize(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.booleanFlexData.setSize(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.booleanGridData.setSize(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.booleanLayoutProp.setSize(GUnit width, GUnit height, IComplexOperation op) Assigns the component width and/or height.booleanUIText.setVisualLength(GUnit len) Sets the visual length (unit) of the entry field.default booleanSet the width of the component.Uses of GUnit in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return GUnitModifier and TypeMethodDescriptionGUnit[]MLItem.getIconMargins()Gets the margins for the icon.MLItem.getLeadingWidth()Gets the width of leading text.Methods in com.iizix.prop.ui.mlist with parameters of type GUnitModifier and TypeMethodDescriptionbooleanMLItem.setIconMargins(GUnit[] margins) Sets the icon margins.booleanMLItem.setIconPadding(GUnit margin) Sets the icon margin.booleanMLItem.setLeadingWidth(GUnit width) Gets the width of leading text.