Uses of Class
com.iizix.prop.GUnit
Packages that use GUnit Package Description com.iizigo.panel.prop com.iizigo.prop.editor com.iizix.prop com.iizix.prop.ui com.iizix.prop.ui.mlist Uses of GUnit in com.iizigo.panel.prop
Methods in com.iizigo.panel.prop that return GUnit Modifier and Type Method Description GUnitEAbsoluteData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEBorderData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEFlexData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEGridData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEUIDialog. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEUIPanelPart. 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 GUnit Modifier and Type Method Description GUnitEAbsoluteData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEBorderData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEFlexData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEGridData. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEUIDialog. getDefaultValue(Atom name, GUnit defaultValue)Gets the default value to use when a value is defined and no previous text is available.GUnitEUIPanelPart. 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 GUnit Modifier and Type Field Description GUnitBoxShadowValidator. blurThe blur, null if not parsed.GUnitDropShadowValidator. blurThe blur, null if not parsed.GUnitTextShadowValidator. blurThe blur, null if not parsed.GUnitBoxShadowValidator. horzThe horizontal unit, null if not parsed.GUnitDropShadowValidator. horzThe horizontal unit, null if not parsed.GUnitTextShadowValidator. horzThe horizontal unit, null if not parsed.GUnitBoxShadowValidator. spreadThe spread, null if not parsed.GUnitBoxShadowValidator. vertThe vertical unit, null if not parsed.GUnitDropShadowValidator. vertThe vertical unit, null if not parsed.GUnitTextShadowValidator. vertThe vertical unit, null if not parsed.Methods in com.iizigo.prop.editor that return GUnit Modifier and Type Method Description GUnitUnitPropEditor. getDefaultValue()Gets the default defined value to set in the property when defined.protected GUnitUnitPropEditor. getValue(java.lang.String input)Gets the property value for a user input.Methods in com.iizigo.prop.editor that return types with arguments of type GUnit Modifier and Type Method Description IEditedPropertyEntryMultiProp<UnitProp,GUnit>MultiUnitPropEditor. createPropertyEditor()Creates the property editor for a line to edit a single property.Methods in com.iizigo.prop.editor with parameters of type GUnit Modifier and Type Method Description java.lang.StringUnitPropEditor. 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 GUnit Modifier and Type Field Description static GUnitGUnit. NONEAn empty "NONE" unit, i.e.Methods in com.iizix.prop that return GUnit Modifier and Type Method Description GUnitGUnit. clone()Clones this instance.static GUnitGUnit. createCSSGUnit(java.lang.String value, java.lang.String... specialValues)Creates a GUnit object from a String.static GUnitGUnit. createGUnit(java.lang.String expr0, java.lang.String... specialValues)Creates a GUnit object from a String.GUnitUnit4Prop. createValue(ReadTransaction trans)Creates a new unit from a transaction.protected GUnitUnit4Prop. createValue(org.w3c.dom.Element element)Creates a unit from an element.GUnitUnitProp. getUnit()Gets the current value set as an GUnit.Methods in com.iizix.prop with parameters of type GUnit Modifier and Type Method Description protected voidUnit4Prop. appendPropValueItem(SendTransaction trans, GUnit value)Appends a unit to a transaction.booleanGUnit. equals(GUnit unit)Checks if two unit objects are equal.protected voidUnit4Prop. initializeValueElement(GUnit value, org.w3c.dom.Element element)Saves a unit to an element.booleanUnitProp. setPropValue(GUnit newValue)Sets a new value for this property.booleanUnitProp. setUnit(GUnit unit)Sets new unit for this property.static voidGUnit. validateCSSGUnit(GUnit unit, java.lang.String... specialValues)Validates a GUnit object.Constructors in com.iizix.prop with parameters of type GUnit Constructor Description UnitProp(Atom propertyAtom, GUnit newValue)Creates a unit property with the specified name and value.Uses of GUnit in com.iizix.prop.ui
Methods in com.iizix.prop.ui that return GUnit Modifier and Type Method Description default GUnitILayoutUnitHeight. getHeightUnit()Returns the height of the component.GUnitLayoutProp. getLayoutHeight()Returns the layout height.GUnitLayoutProp. getLayoutWidth()Returns the layout width.GUnitUIText. getMaxWidth()Gets entry field maximum width.GUnitUIText. getMinWidth()Gets minimum size.GUnitUIText. 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 GUnit Modifier and Type Method Description default booleanILayoutUnitHeight. setHeight(GUnit height)Set 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 booleanILayoutUnitWidth. setWidth(GUnit width)Set the width of the component.Uses of GUnit in com.iizix.prop.ui.mlist
Methods in com.iizix.prop.ui.mlist that return GUnit Modifier and Type Method Description GUnit[]MLItem. getIconMargins()Gets the margins for the icon.GUnitMLItem. getLeadingWidth()Gets the width of leading text.Methods in com.iizix.prop.ui.mlist with parameters of type GUnit Modifier and Type Method Description booleanMLItem. 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.