jdepend.swingui
public class StatusPanel extends JPanel
StatusPanel class defines the status-related UI
components.
This panel primarily contains either a text field or a progress bar.
| Constructor Summary | |
|---|---|
| StatusPanel()
Constructs a StatusPanel. | |
| Method Summary | |
|---|---|
| void | setStatusComponent(JComponent component)
Sets the specified component as the current status component of this
panel.
|
StatusPanel.Parameters: component Status component.