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 classJXLabel.MultiLineSupport.BasicEditorKit
-
Field Summary
Fields Modifier and Type Field Description private static JXLabel.MultiLineSupport.BasicEditorKitbasicFactoryprivate static javax.swing.text.ViewFactorybasicViewFactoryprivate static java.lang.StringHTML
-
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.ViewcreateView(JXLabel c)private static JXLabel.MultiLineSupport.BasicEditorKitgetFactory()private static booleanisHTML(java.lang.String s)voidpropertyChange(java.beans.PropertyChangeEvent evt)private static voidrestoreHtmlRenderer(JXLabel src)static voidupdateRenderer(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:
propertyChangein 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()
-
-