Package bibliothek.extension.gui.dock.preference.preferences.choice

Examples of bibliothek.extension.gui.dock.preference.preferences.choice.TabPlacementPreference


     * Creates a new model.
     * @param control the control whose settings this model represents
     */
    public CLayoutPreferenceModel( CControl control ){
      super( control.getController() );
        add( tabPlacement = new TabPlacementPreference( control.intern().getDockProperties(), new Path( "dock.layout.tabplacement" )));
        add( tabContentFilter = new TabContentFilterPreference( control.intern().getDockProperties(), new Path( "dock.layout.tabcontentfilter" )));
        add( theme = new ThemePreference( control.intern().getDockProperties(), control.getThemes() ));
    }
View Full Code Here

TOP

Related Classes of bibliothek.extension.gui.dock.preference.preferences.choice.TabPlacementPreference

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.