Package bibliothek.gui.dock.common

Examples of bibliothek.gui.dock.common.CPreferenceModel


   * @see CControl#getPreferenceModel()
   * @see CControl#setPreferenceModel(PreferenceModel)
   */
  public static CPreferenceMenuPiece setup( CControl control ){
    if( control.getPreferenceModel() == null )
      control.setPreferenceModel( new CPreferenceModel( control ));
   
    return new CPreferenceMenuPiece( control );
  }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.CPreferenceModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.