jdepend.swingui
Class StatusPanel
JPanel
jdepend.swingui.StatusPanel
public class StatusPanel
extends JPanel
The
StatusPanel
class defines
the status-related UI components.
This panel primarily contains either a text
field or a progress bar.
- Mike Clark (mike@clarkware.com)
- Clarkware Consulting, Inc.
void | setStatusComponent(JComponent component) - Sets the specified component as the current
status component of this panel.
|
StatusPanel
public StatusPanel()
Constructs a StatusPanel
.
setStatusComponent
public void setStatusComponent(JComponent component)
Sets the specified component as the current
status component of this panel.
component
- Status component.
Copyright B) 1999-2003 Clarkware Consulting, Inc.