Class JLabelAsCellValueNotLoaded

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Comparable, Accessible, SwingConstants

public class JLabelAsCellValueNotLoaded extends AbstractJLabelAsCellLoaded implements Comparable, Serializable
Extension of JLabel that has some specific characteristics -> Version for values that aren't loaded in layer in view
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
See Also:
  • Constructor Details

    • JLabelAsCellValueNotLoaded

      public JLabelAsCellValueNotLoaded()
      Default constructor without parameters
    • JLabelAsCellValueNotLoaded

      public JLabelAsCellValueNotLoaded(String text)
      Default constructor with one parameters
      Parameters:
      text - Text value for this component
  • Method Details