org.tridas.io.gui.model
Class TricycleModelLocator
java.lang.Object
org.tridas.io.gui.model.TricycleModelLocator
public class TricycleModelLocator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTricycleModel
public TricycleModel getTricycleModel()
getConfigModel
public ConfigModel getConfigModel()
getFileListModel
public FileListModel getFileListModel()
getConvertModel
public ConvertModel getConvertModel()
getPreferences
public Preferences getPreferences()
isTracking
public boolean isTracking()
isAutoUpdate
public boolean isAutoUpdate()
isDontAskTracking
public boolean isDontAskTracking()
isWarnAboutMatrixStyle
public boolean isWarnAboutMatrixStyle()
setAutoUpdate
public void setAutoUpdate(boolean argBool)
setTracking
public void setTracking(boolean argBool)
setDontAskTracking
public void setDontAskTracking(boolean argBool)
setWarnAboutMatrixStyle
public void setWarnAboutMatrixStyle(boolean argBool)
getLastDirectory
public File getLastDirectory()
setLastDirectory
public void setLastDirectory(File argLastDirectory)
getLastUsedInputFormat
public String getLastUsedInputFormat()
setLastUsedInputFormat
public void setLastUsedInputFormat(String format)
getLastUsedOutputFormat
public String getLastUsedOutputFormat()
setLastUsedOutputFormat
public void setLastUsedOutputFormat(String format)
getWindowIcon
public ImageIcon getWindowIcon()
setMainWindow
public void setMainWindow(MainWindow argWindow)
getMainWindow
public MainWindow getMainWindow()
getSavingProgress
public SavingProgress getSavingProgress()
- Returns:
- the savingProgress
setSavingProgress
public void setSavingProgress(SavingProgress argSavingProgress)
- Parameters:
argSavingProgress
- the savingProgress to set
getConvertProgress
public ConvertProgress getConvertProgress()
- Returns:
- the convertProgress
setConvertProgress
public void setConvertProgress(ConvertProgress argConvertProgress)
- Parameters:
argConvertProgress
- the convertProgress to set
getInstance
public static TricycleModelLocator getInstance()
Copyright © 2011. All Rights Reserved.