Uses of Interface
daoc.editor.model.IPropertyChangeListener

Packages that use IPropertyChangeListener
daoc.editor.model   
daoc.editor.model.properties   
daoc.editor.ui.panels   
daoc.editor.ui.texture   
 

Uses of IPropertyChangeListener in daoc.editor.model
 

Methods in daoc.editor.model with parameters of type IPropertyChangeListener
 void Settings.addPropertyChangeListener(IPropertyChangeListener l)
           
 void Settings.removePropertyChangeListener(IPropertyChangeListener l)
           
 

Uses of IPropertyChangeListener in daoc.editor.model.properties
 

Methods in daoc.editor.model.properties with parameters of type IPropertyChangeListener
 void Property.addUpdateListener(IPropertyChangeListener l)
           
 void Property.removeUpdateListener(IPropertyChangeListener l)
           
 

Uses of IPropertyChangeListener in daoc.editor.ui.panels
 

Classes in daoc.editor.ui.panels that implement IPropertyChangeListener
 class ImagePreviewPanel
          Preview panel for the assests view.
 class PreviewPanel
          The preview panel displays windows.
 class TemplateListPanel
          Listing of templates.
 

Uses of IPropertyChangeListener in daoc.editor.ui.texture
 

Classes in daoc.editor.ui.texture that implement IPropertyChangeListener
 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 VResizeTextureDialog
          A simple texture picker.
 

Methods in daoc.editor.ui.texture with parameters of type IPropertyChangeListener
 void AbstractTexPanel.addPropertyChangeListener(IPropertyChangeListener l)
          Adds a property change listener
 void AbstractTexPanel.removePropertyChangeListener(IPropertyChangeListener l)
          Removes a property change listener