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.

Authors:
Mike Clark
Clarkware Consulting, Inc.

Constructor Summary

StatusPanel()
Constructs a StatusPanel.

Method Summary

void
setStatusComponent(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(JComponent component)
Sets the specified component as the current status component of this panel.

Parameters:
component - Status component.


Copyright B) 1999-2005 Clarkware Consulting, Inc.