Uses of Interface
bibliothek.extension.gui.dock.preference.PreferenceOperationView

Packages that use PreferenceOperationView
bibliothek.extension.gui.dock.preference Generic collection of preferences used in this framework. 
 

Uses of PreferenceOperationView in bibliothek.extension.gui.dock.preference
 

Methods in bibliothek.extension.gui.dock.preference that return PreferenceOperationView
 PreferenceOperationView PreferenceOperation.create(PreferenceModel model)
          Creates and returns a view of this PreferenceOperation for model.
 

Methods in bibliothek.extension.gui.dock.preference with parameters of type PreferenceOperationView
 void PreferenceOperationViewListener.descriptionChanged(PreferenceOperationView operation, java.lang.String oldDescription, java.lang.String newDescription)
          Called when the description of operation changed.
 void PreferenceOperationViewListener.iconChanged(PreferenceOperationView operation, javax.swing.Icon oldIcon, javax.swing.Icon newIcon)
          Called when the icon of operation changed.