net.sf.filePiper.model
Class ToolModel
java.lang.Object
net.sf.filePiper.model.ToolModel
public class ToolModel
- extends Object
|
Constructor Summary |
ToolModel(net.sf.sfac.setting.Settings setts)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolModel
public ToolModel(net.sf.sfac.setting.Settings setts)
getSettings
public net.sf.sfac.setting.Settings getSettings()
storeCurrentProfile
public void storeCurrentProfile(String profileName)
changeProfileName
public void changeProfileName(String oldName,
String newName)
removeProfile
public void removeProfile(String profileName)
useProfile
public void useProfile(String profileName)
getPipeline
public Pipeline getPipeline()
getAvailableProcessors
public List<FileProcessor> getAvailableProcessors()
getPrototype
public FileProcessor getPrototype(FileProcessor fp)
getStoredSettings
public net.sf.sfac.setting.SubSettingsList getStoredSettings()
addChangeListener
public void addChangeListener(ChangeListener l)
removeChangeListener
public void removeChangeListener(ChangeListener l)
fireDataChanged
public void fireDataChanged()
Copyright © 2010. All Rights Reserved.