Class AbstractFilePropertiesCommand
- java.lang.Object
 - 
- org.pentaho.mantle.client.commands.AbstractFilePropertiesCommand
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
- Direct Known Subclasses:
 FilePropertiesCommand
public abstract class AbstractFilePropertiesCommand extends Object implements com.google.gwt.user.client.Command
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractFilePropertiesCommand() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute()protected abstract FilePropertiesDialog.TabsgetActiveTab()org.pentaho.gwt.widgets.client.filechooser.RepositoryFilegetRepositoryFile()protected abstract StringgetSolutionPath()voidperformOperation()voidsetRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile)protected abstract voidsetSolutionPath(String solutionPath) 
 - 
 
- 
- 
Method Detail
- 
getRepositoryFile
public org.pentaho.gwt.widgets.client.filechooser.RepositoryFile getRepositoryFile()
 
- 
setRepositoryFile
public void setRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile)
 
- 
execute
public void execute()
- Specified by:
 executein interfacecom.google.gwt.user.client.Command- Specified by:
 executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
 
- 
performOperation
public void performOperation()
 
- 
getSolutionPath
protected abstract String getSolutionPath()
 
- 
setSolutionPath
protected abstract void setSolutionPath(String solutionPath)
 
- 
getActiveTab
protected abstract FilePropertiesDialog.Tabs getActiveTab()
 
 - 
 
 -