⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
jdepend.swingui

Class StatusPanel

javax.swing.JPanel
|
+--jdepend.swingui.StatusPanel


public class StatusPanel
extends javax.swing.JPanel

The StatusPanel class defines the status-related UI components.

This panel primarily contains either a text field or a progress bar.

Authors:
(mike@clarkware.com)
Clarkware Consulting, Inc.

Constructor Summary

StatusPanel()

Constructs a StatusPanel.

Method Summary

void

setStatusComponent(javax.swing.JComponent component)

Sets the specified component as the current status component of this panel.

Constructor Details

StatusPanel

public StatusPanel()

Constructs a StatusPanel.

Method Details

setStatusComponent

public void setStatusComponent(javax.swing.JComponent component)

Sets the specified component as the current status component of this panel.

Parameters:
component - Status component.