congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
BubbleThemePreferenceModel
Code IndexAdd Tabnine to your IDE (free)

How to use
BubbleThemePreferenceModel
in
bibliothek.extension.gui.dock.preference.model

Best Java code snippets using bibliothek.extension.gui.dock.preference.model.BubbleThemePreferenceModel (Showing top 6 results out of 315)

origin: xyz.cofe/docking-frames-core

/**
 * Creates a new model
 * @param properties the properties to read to or write from
 */
public BubbleThemePreferenceModel( DockProperties properties ){
  super( properties.getController() );
  add( colorScheme = new BubbleColorSchemePreference( properties ) );
}

origin: xyz.cofe/docking-frames-core

/**
 * Creates a new model.
 * @param controller the controller whose preferences this model should 
 * represent
 * @param combiner how to create preference paths for nested preferences
 */
public DockingFramesPreference( DockController controller, PathCombiner combiner ){
  super( combiner, controller );
  putLinked( new Path( "shortcuts" ), "preference.shortcuts", new KeyStrokePreferenceModel( controller.getProperties() ) );
  putLinked( new Path( "buttonContent" ), "preference.buttonContent", new ButtonContentPreferenceModel( controller ) );        
  putLinked( new Path( "layout" ), "preference.layout", new LayoutPreferenceModel( controller.getProperties() ));        
  putLinked( new Path( "theme.BubbleTheme" ), "theme.bubble", new BubbleThemePreferenceModel( controller.getProperties() ));        
  putLinked( new Path( "theme.EclipseTheme" ), "theme.eclipse", new EclipseThemePreferenceModel( controller.getProperties() ));
}
origin: xyz.cofe/docking-frames-common

/**
 * Creates a new model.
 * @param control the control whose settings can be changed by this model
 * @param combiner how to combine paths of models and of preferences
 */
public CPreferenceModel( CControl control, PathCombiner combiner ){
  super( combiner, control.getController() );
  DockController controller = control.intern().getController();
  putLinked( new Path( "shortcuts" ), "preference.shortcuts", new CKeyStrokePreferenceModel( controller.getProperties() ) );
  putLinked( new Path( "buttonContent" ), "preference.buttonContent", new ButtonContentPreferenceModel( controller ) );
  putLinked( new Path( "layout" ), "preference.layout", new CLayoutPreferenceModel( control ));
  putLinked( new Path( "layout.BubbleTheme" ), "theme.bubble", new BubbleThemePreferenceModel( controller.getProperties() ));
  putLinked( new Path( "layout.EclipseTheme" ), "theme.eclipse", new EclipseThemePreferenceModel( controller.getProperties() ));
}

origin: org.opentcs.thirdparty.dockingframes/docking-frames-common

/**
 * Creates a new model.
 * @param control the control whose settings can be changed by this model
 * @param combiner how to combine paths of models and of preferences
 */
public CPreferenceModel( CControl control, PathCombiner combiner ){
  super( combiner, control.getController() );
  DockController controller = control.intern().getController();
  putLinked( new Path( "shortcuts" ), "preference.shortcuts", new CKeyStrokePreferenceModel( controller.getProperties() ) );
  putLinked( new Path( "buttonContent" ), "preference.buttonContent", new ButtonContentPreferenceModel( controller ) );
  putLinked( new Path( "layout" ), "preference.layout", new CLayoutPreferenceModel( control ));
  putLinked( new Path( "layout.BubbleTheme" ), "theme.bubble", new BubbleThemePreferenceModel( controller.getProperties() ));
  putLinked( new Path( "layout.EclipseTheme" ), "theme.eclipse", new EclipseThemePreferenceModel( controller.getProperties() ));
}

origin: org.opentcs.thirdparty.dockingframes/docking-frames-core

/**
 * Creates a new model
 * @param properties the properties to read to or write from
 */
public BubbleThemePreferenceModel( DockProperties properties ){
  super( properties.getController() );
  add( colorScheme = new BubbleColorSchemePreference( properties ) );
}

origin: org.orbisgis/orbisgis-view

  /**
   * Creates a new model.
   * @param control the control whose settings can be changed by this model
   * @param combiner how to combine paths of models and of preferences
   * @see CPreferenceModel for the built-in preference model
   */
  public OrbisGISPreferenceTreeModel( CControl control, PathCombiner combiner ){
    super( combiner, control.getController() );
    DockController controller = control.intern().getController();
    //Linked, we use the DockingFrames I18N
    //Taken from CPreferenceModel, but with a specific root node
    putNode(new Path( "windows"),I18N.tr("Windows"));
    putLinked( new Path( "windows.shortcuts" ), "preference.shortcuts", new CKeyStrokePreferenceModel( controller.getProperties() ) );
    putLinked( new Path( "windows.buttonContent" ), "preference.buttonContent", new ButtonContentPreferenceModel( controller ) );
    putLinked( new Path( "windows.layout" ), "preference.layout", new CLayoutPreferenceModel( control ));
    putLinked( new Path( "windows.layout.BubbleTheme" ), "theme.bubble", new BubbleThemePreferenceModel( controller.getProperties() ));
    putLinked( new Path( "windows.layout.EclipseTheme" ), "theme.eclipse", new EclipseThemePreferenceModel( controller.getProperties() ));
    //Custom properties
    putNode(new Path( "web"),I18N.tr("Web configuration"));
    put(new Path( "web.proxy" ),I18N.tr("Proxy"),new ProxyPreferenceModel(controller).initListeners());
    
  }
}
bibliothek.extension.gui.dock.preference.modelBubbleThemePreferenceModel

Javadoc

Preferences used by the BubbleTheme.

Most used methods

  • <init>
    Creates a new model
  • add

Popular in Java

  • Finding current android device location
  • putExtra (Intent)
  • startActivity (Activity)
  • getApplicationContext (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now