net.sf.filePiper.gui
Class ProfilesController.StoreProfileParams

java.lang.Object
  extended by net.sf.filePiper.gui.ProfilesController.StoreProfileParams
Enclosing class:
ProfilesController

public class ProfilesController.StoreProfileParams
extends Object


Constructor Summary
ProfilesController.StoreProfileParams(String currentProfileName)
           
 
Method Summary
 ProfilesController.StoreAction getAction()
           
 String getExistingProfileName()
           
 String getNewProfileName()
           
 String getProfileName()
           
 ToolModel getToolModel()
           
 void setAction(ProfilesController.StoreAction act)
           
 void setExistingProfileName(String profileName)
           
 void setNewProfileName(String profileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesController.StoreProfileParams

public ProfilesController.StoreProfileParams(String currentProfileName)
Method Detail

getToolModel

public ToolModel getToolModel()

getProfileName

public String getProfileName()

getAction

public ProfilesController.StoreAction getAction()

setAction

public void setAction(ProfilesController.StoreAction act)

getExistingProfileName

public String getExistingProfileName()

setExistingProfileName

public void setExistingProfileName(String profileName)

getNewProfileName

public String getNewProfileName()

setNewProfileName

public void setNewProfileName(String profileName)


Copyright © 2010. All Rights Reserved.