Uses of Interface
daoc.editor.ui.IModelSelectionListener

Packages that use IModelSelectionListener
daoc.editor.model   
daoc.editor.ui.panels   
 

Uses of IModelSelectionListener in daoc.editor.model
 

Methods in daoc.editor.model with parameters of type IModelSelectionListener
 void UIModel.addSelectionListener(IModelSelectionListener l)
           
 void UIModel.removeSelectionListener(IModelSelectionListener l)
           
 

Uses of IModelSelectionListener in daoc.editor.ui.panels
 

Classes in daoc.editor.ui.panels that implement IModelSelectionListener
 class PreviewPanel
          The preview panel displays windows.
 class PreviewTitlePanel
          Used to show the title of a panel in a big bold font.
 class WindowListPanel
          Lists windows.