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

Examples of bibliothek.extension.gui.dock.preference.preferences.KeyStrokeInitSelectorPreference


     * @param properties the set of properties to read and write
     */
    public CKeyStrokePreferenceModel( DockProperties properties ){
      super( properties.getController() );
     
        add( initSelector = new KeyStrokeInitSelectorPreference( properties ));
        add( maskNoCombination = new ModifierMaskNoCombinationPreference( properties ));
        add( maskScreenOnly = new ModifierMaskScreenOnlyPreference( properties ));
       
        add( maximizeChange = new KeyStrokeMaximizeChangePreference( properties ) );
        add( maximize = new KeyStrokeMaximizePreference( properties ));
View Full Code Here

TOP

Related Classes of bibliothek.extension.gui.dock.preference.preferences.KeyStrokeInitSelectorPreference

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.