Klasse IntProperty

java.lang.Object
de.labAlive.property.system.Property<IntProperty>
de.labAlive.property.system.IntProperty
Alle implementierten Schnittstellen:
Cloneable
Bekannte direkte Unterklassen:
MultiInstanceIntProperty

public class IntProperty extends Property<IntProperty>
  • Konstruktordetails

    • IntProperty

      public IntProperty()
  • Methodendetails

    • getValue

      public int getValue()
    • setValue

      public IntProperty setValue(int value)
    • getProposedValue

      public int getProposedValue()
    • setDisplayValue

      public void setDisplayValue(int value)
    • updateValue

      public void updateValue()
      Angegeben von:
      updateValue in Klasse Property<IntProperty>