org.rubato.composer.preferences
Class UserPreferences
java.lang.Object
org.rubato.composer.preferences.UserPreferences
public final class UserPreferences
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUserPreferences
public static UserPreferences getUserPreferences()
save
public void save()
setMaximized
public void setMaximized(boolean b)
getMaximized
public boolean getMaximized()
getGeometrySaved
public boolean getGeometrySaved()
setGeometrySaved
public void setGeometrySaved(boolean b)
setGeometry
public void setGeometry(int x,
int y,
int width,
int height)
getGeometry
public java.awt.Rectangle getGeometry()
setLinkType
public void setLinkType(int type)
getLinkType
public int getLinkType()
setAskBeforeLeaving
public void setAskBeforeLeaving(boolean b)
getAskBeforeLeaving
public boolean getAskBeforeLeaving()
setDefaultQuantization
public void setDefaultQuantization(int q)
getDefaultQuantization
public int getDefaultQuantization()
setCurrentDirectory
public void setCurrentDirectory(java.io.File file)
getCurrentDirectory
public java.io.File getCurrentDirectory()
getEntryErrorColor
public java.awt.Color getEntryErrorColor()
getRecentFiles
public java.util.LinkedList<java.io.File> getRecentFiles()
setRecentFiles
public void setRecentFiles(java.util.LinkedList<java.io.File> files)
setShowProgress
public void setShowProgress(boolean b)
getShowProgress
public boolean getShowProgress()