Uses of Class
daoc.editor.model.properties.IntegerProperty

Packages that use IntegerProperty
daoc.editor.model.properties   
daoc.editor.ui.editors   
daoc.editor.ui.texture   
 

Uses of IntegerProperty in daoc.editor.model.properties
 

Subclasses of IntegerProperty in daoc.editor.model.properties
 class IntPropProperty
           
 

Uses of IntegerProperty in daoc.editor.ui.editors
 

Constructors in daoc.editor.ui.editors with parameters of type IntegerProperty
IntegerEditor(java.lang.String label, IntegerProperty prop)
           
TextureEditor(java.lang.String label, StringProperty texture, IntegerProperty width, IntegerProperty height, java.lang.String[] coordNames, PointProperty[] coords)
          Simple texture editor for width / height textures.
TextureEditor(java.lang.String label, StringProperty texture, IntegerProperty a, IntegerProperty b1, IntegerProperty b2, IntegerProperty b3, java.lang.String[] coordNames, PointProperty[] coords, boolean horizontal)
          Horizontal / Vertical resize texture editor.
TextureEditor(java.lang.String label, StringProperty texture, IntegerProperty leftWidth, IntegerProperty repeatWidth, IntegerProperty rightWidth, IntegerProperty topHeight, IntegerProperty repeatHeight, IntegerProperty bottomHeight, java.lang.String[] coordNames, PointProperty[] coords)
          Full resize texture editor.
 

Uses of IntegerProperty in daoc.editor.ui.texture
 

Constructors in daoc.editor.ui.texture with parameters of type IntegerProperty
FResizeTextureDialog(StringProperty page, IntegerProperty leftWidth, IntegerProperty repeatWidth, IntegerProperty rightWidth, IntegerProperty topHeight, IntegerProperty repeatHeight, IntegerProperty bottomHeight, java.lang.String[] coordNames, PointProperty[] coordProps)
           
HResizeTextureDialog(StringProperty page, IntegerProperty height, IntegerProperty leftWidth, IntegerProperty repeatWidth, IntegerProperty rightWidth, java.lang.String[] coordNames, PointProperty[] coordProps)
           
IntTextureDialog(StringProperty page, IntegerProperty width, IntegerProperty height, java.lang.String[] coordNames, PointProperty[] coordProps)
           
VResizeTextureDialog(StringProperty page, IntegerProperty width, IntegerProperty topHeight, IntegerProperty repeatHeight, IntegerProperty bottomHeight, java.lang.String[] coordNames, PointProperty[] coordProps)