org.tridas.io.gui.model
Class TricycleModelLocator

java.lang.Object
  extended by org.tridas.io.gui.model.TricycleModelLocator

public class TricycleModelLocator
extends Object


Method Summary
 ConfigModel getConfigModel()
           
 ConvertModel getConvertModel()
           
 ConvertProgress getConvertProgress()
           
 FileListModel getFileListModel()
           
static TricycleModelLocator getInstance()
           
 File getLastDirectory()
           
 String getLastUsedInputFormat()
           
 String getLastUsedOutputFormat()
           
 MainWindow getMainWindow()
           
 Preferences getPreferences()
           
 SavingProgress getSavingProgress()
           
 TricycleModel getTricycleModel()
           
 ImageIcon getWindowIcon()
           
 boolean isAutoUpdate()
           
 boolean isDontAskTracking()
           
 boolean isTracking()
           
 boolean isWarnAboutMatrixStyle()
           
 void setAutoUpdate(boolean argBool)
           
 void setConvertProgress(ConvertProgress argConvertProgress)
           
 void setDontAskTracking(boolean argBool)
           
 void setLastDirectory(File argLastDirectory)
           
 void setLastUsedInputFormat(String format)
           
 void setLastUsedOutputFormat(String format)
           
 void setMainWindow(MainWindow argWindow)
           
 void setSavingProgress(SavingProgress argSavingProgress)
           
 void setTracking(boolean argBool)
           
 void setWarnAboutMatrixStyle(boolean argBool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.