public abstract class

StatusLabel

extends JLabel
implements PropertyChangeListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JLabel
           ↳ vars.annotation.ui.StatusLabel
Known Direct Subclasses

Class Overview

A widget that live at the bottom of the annotation app. Indicates that status of a particular connection or setting. Green = good, red = bad

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
From interface javax.swing.SwingConstants
Fields
protected final Logger log
[Expand]
Inherited Fields
From class javax.swing.JLabel
From class javax.swing.JComponent
Public Constructors
StatusLabel()
Constructor for the StatusLabel object
Public Methods
boolean isOk()
void setOk(boolean b)
[Expand]
Inherited Methods
From class javax.swing.JLabel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface java.beans.PropertyChangeListener
From interface javax.accessibility.Accessible

Fields

protected final Logger log

Public Constructors

public StatusLabel ()

Constructor for the StatusLabel object

Public Methods

public boolean isOk ()

Returns
  • returns the state of the Label.

public void setOk (boolean b)