Class TLcdStatusBar

java.lang.Object
java.awt.Component
com.luciad.gui.awt.TLcdStatusBar
All Implemented Interfaces:
ILcdStatusListener, ImageObserver, MenuContainer, Serializable, EventListener

public class TLcdStatusBar extends Component implements ILcdStatusListener
Deprecated.
use JProgressBar instead
A TLcdStatusBar is a Component that is also a ILcdStatusListener. It can be used, e.g., at the bottom of a Frame to indicate the status of an ILcdGXYView in that Frame. In that case it must be added as a status listener to that ILcdGXYView.
See Also:
  • Constructor Details

    • TLcdStatusBar

      public TLcdStatusBar()
      Deprecated.
  • Method Details