Class JLabelAsCellValueLoaded

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

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

    • JLabelAsCellValueLoaded

      public JLabelAsCellValueLoaded()
      Default constructor without parameters
    • JLabelAsCellValueLoaded

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