| javax.swing.JDialog org.acm.seguin.summary.load.SwingLoadStatus
SwingLoadStatus | public class SwingLoadStatus extends JDialog implements LoadStatus(Code) | | Reports to the user the status of the loading using stdout
author: Chris Seguin |
SwingLoadStatus | public SwingLoadStatus(Frame owner)(Code) | | Constructor for the SwingLoadStatus object
|
SwingLoadStatus | public SwingLoadStatus()(Code) | | Constructor for the SwingLoadStatus object
|
completedLoading | public void completedLoading()(Code) | | |
done | public void done()(Code) | | Completed the loading
|
setCurrentFile | public void setCurrentFile(String name)(Code) | | Sets the CurrentFile attribute of the LoadStatus object
Parameters: name - The new CurrentFile value |
setLength | public void setLength(String name, int count)(Code) | | Sets the Root attribute of the LoadStatus object
Parameters: name - The new Root value |
setRoot | public void setRoot(String name)(Code) | | Sets the Root attribute of the LoadStatus object
Parameters: name - The new Root value |
|
|