Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fluidsynth.api.settings
Class Settings  view Settings download Settings.java

java.lang.Object
  extended byorg.fluidsynth.api.settings.Settings

public class Settings
extends java.lang.Object


Field Summary
private  org.fluidsynth.api.Configuration config
           
private  java.util.Map map
           
 
Constructor Summary
Settings()
           
 
Method Summary
 void dirty()
           
 Settings getModifiedSettings()
          Return a Settings instance that only contains the set of user-modified values.
 Setting[] getSetting()
           
 Setting lookup(java.lang.String settingName)
           
 void merge(Setting setting)
          Merge a single setting value into this Settings.
 void merge(Settings settings)
          Merge another collection of Settings into this one.
 void setConfiguration(org.fluidsynth.api.Configuration config)
           
 void setSetting(Setting[] sarray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private java.util.Map map

config

private org.fluidsynth.api.Configuration config
Constructor Detail

Settings

public Settings()
Method Detail

setConfiguration

public void setConfiguration(org.fluidsynth.api.Configuration config)

dirty

public void dirty()

merge

public void merge(Setting setting)
Merge a single setting value into this Settings.


merge

public void merge(Settings settings)
Merge another collection of Settings into this one.


getSetting

public Setting[] getSetting()

setSetting

public void setSetting(Setting[] sarray)

lookup

public Setting lookup(java.lang.String settingName)

getModifiedSettings

public Settings getModifiedSettings()
Return a Settings instance that only contains the set of user-modified values.