jdepend.swingui

Class 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.

Author: Mike Clark (mike@clarkware.com) Clarkware Consulting, Inc.

Constructor Summary
StatusPanel()
Constructs a StatusPanel.
Method Summary
voidsetStatusComponent(JComponent component)
Sets the specified component as the current status component of this panel.

Constructor Detail

StatusPanel

public StatusPanel()
Constructs a StatusPanel.

Method Detail

setStatusComponent

public void setStatusComponent(JComponent component)
Sets the specified component as the current status component of this panel.

Parameters: component Status component.

Copyright B) 1999-2003 Clarkware Consulting, Inc.