Uses of Interface
daoc.editor.ui.texture.ITextureUpdater

Packages that use ITextureUpdater
daoc.editor.ui.texture   
 

Uses of ITextureUpdater in daoc.editor.ui.texture
 

Classes in daoc.editor.ui.texture that implement ITextureUpdater
 class FResizeTextureDialog
          A simple texture picker.
 class HResizeTextureDialog
          A simple texture picker.
 class IntTextureDialog
          A simple texture picker.
 class PointTextureDialog
          A simple texture picker.
 class TexturePreviewPanel
          Panel used for settings texture coordinates.
 class VResizeTextureDialog
          A simple texture picker.
 

Constructors in daoc.editor.ui.texture with parameters of type ITextureUpdater
TexturePreviewPanel(ITextureUpdater updater, TextureRect[] rects)