org.jdesktop.swingx
Class JXLabel.MultiLineSupport

java.lang.Object
  extended by org.jdesktop.swingx.JXLabel.MultiLineSupport
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
JXLabel

public static class JXLabel.MultiLineSupport
extends Object
implements PropertyChangeListener


Constructor Summary
JXLabel.MultiLineSupport()
           
 
Method Summary
static View createView(JXLabel c)
           
 void propertyChange(PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
static void updateRenderer(JXLabel c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXLabel.MultiLineSupport

public JXLabel.MultiLineSupport()
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Description copied from interface: java.beans.PropertyChangeListener
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.

createView

public static View createView(JXLabel c)

updateRenderer

public static void updateRenderer(JXLabel c)