| |
|
| java.lang.Object org.tp23.antinstaller.renderer.swing.SwingInstallerContext
SwingInstallerContext | public class SwingInstallerContext (Code) | | Hold a series of callbacks for the Swing UI for installation progress
author: teknopaul |
buildFinished | public void buildFinished(BuildEvent buildEvent)(Code) | | |
buildStarted | public void buildStarted(BuildEvent buildEvent)(Code) | | |
provideAntFeedBack | public void provideAntFeedBack(String message)(Code) | | |
setFeedBackLabel | public void setFeedBackLabel(JLabel feedBackPanel)(Code) | | |
setProgressBar | public void setProgressBar(JProgressBar progressBar)(Code) | | The progress bar is optional so not calling this method
should not cause errors or NPEs
Parameters: progressPanel - |
setProgressPanel | public void setProgressPanel(ProgressPanel progressPanel)(Code) | | The progress panel is optional so not calling this method
should not cause errors or NPEs
Parameters: progressPanel - |
targetFinished | public void targetFinished(BuildEvent buildEvent)(Code) | | |
targetStarted | public void targetStarted(BuildEvent buildEvent)(Code) | | |
|
|
|