public class GetFileContentTask extends RemoteTask<java.lang.String>
serverURI| Constructor and Description |
|---|
GetFileContentTask(csbase.logic.ClientProjectFile file)
Constrói a tarefa.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Executa a tarefa efetivamente, utilizando o DeskTopFrame como janela pai.
|
boolean |
execute(java.awt.Window taskDialogParent)
Executa a tarefa efetivamente.
|
protected java.lang.String[] |
getAdditionalInfo() |
protected void |
performTask() |
handleError, handleInfoError, handleServerErrorgetCancelDelaySecs, getDefaultParentWindowafterTaskUI, beforeTaskUI, cancelTask, execute, execute, execute, execute, execute, execute, executeNonBlocking, getError, getProgressDialogDelay, getResult, getStatus, getTaskMessage, run, setProgressDialogDelay, setProgressDialogEnabled, setProgressStatus, setResult, setStepText, setUnknownStatus, wasCancelledpublic GetFileContentTask(csbase.logic.ClientProjectFile file)
file - - o arquivo a ser obtido.protected void performTask()
throws java.lang.Exception
performTask in class tecgraf.javautils.gui.Task<java.lang.String>java.lang.Exceptionprotected java.lang.String[] getAdditionalInfo()
getAdditionalInfo in class tecgraf.javautils.gui.Task<java.lang.String>public boolean execute(java.awt.Window taskDialogParent)
taskDialogParent - - janela de referência para o diálogo da tarefa.public boolean execute()
Copyright © 2015. All Rights Reserved.