Class AbstractJLabelAsCellLoaded

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
org.gvsig.gui.beans.filterPanel.filterQueryPanel.jLabelAsCell.AbstractJLabelAsCellLoaded
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants
Direct Known Subclasses:
JLabelAsCellValueLoaded, JLabelAsCellValueNotLoaded

public abstract class AbstractJLabelAsCellLoaded extends JLabel
This class has some methods for classes which will be a JLabel as a cell
Author:
Pablo Piqueras Bartolomé (p_queras@hotmail.com)
See Also:
  • Constructor Details

    • AbstractJLabelAsCellLoaded

      public AbstractJLabelAsCellLoaded()
      See Also:
    • AbstractJLabelAsCellLoaded

      public AbstractJLabelAsCellLoaded(String text)
      See Also:
  • Method Details

    • configure

      protected abstract void configure()
      Configures some characteristics
    • compareTo

      public int compareTo(Object o)
    • toString

      public String toString()
      Overrides:
      toString in class Component