Package org.jdesktop.swingx
Class JXLabel.MultiLineSupport
- java.lang.Object
-
- org.jdesktop.swingx.JXLabel.MultiLineSupport
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- JXLabel
public static class JXLabel.MultiLineSupport extends java.lang.Object implements java.beans.PropertyChangeListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
JXLabel.MultiLineSupport.BasicEditorKit
-
Field Summary
Fields Modifier and Type Field Description private static JXLabel.MultiLineSupport.BasicEditorKit
basicFactory
private static javax.swing.text.ViewFactory
basicViewFactory
private static java.lang.String
HTML
-
Constructor Summary
Constructors Constructor Description MultiLineSupport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.text.View
createView(JXLabel c)
private static JXLabel.MultiLineSupport.BasicEditorKit
getFactory()
private static boolean
isHTML(java.lang.String s)
void
propertyChange(java.beans.PropertyChangeEvent evt)
private static void
restoreHtmlRenderer(JXLabel src)
static void
updateRenderer(JXLabel c)
-
-
-
Field Detail
-
HTML
private static final java.lang.String HTML
- See Also:
- Constant Field Values
-
basicViewFactory
private static javax.swing.text.ViewFactory basicViewFactory
-
basicFactory
private static JXLabel.MultiLineSupport.BasicEditorKit basicFactory
-
-
Method Detail
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
-
restoreHtmlRenderer
private static void restoreHtmlRenderer(JXLabel src)
-
isHTML
private static boolean isHTML(java.lang.String s)
-
createView
public static javax.swing.text.View createView(JXLabel c)
-
updateRenderer
public static void updateRenderer(JXLabel c)
-
getFactory
private static JXLabel.MultiLineSupport.BasicEditorKit getFactory()
-
-