Class TreeCellRenderer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
javax.swing.tree.DefaultTreeCellRenderer
ro.sync.ui.application.ApplicationTreeCellRenderer
ro.sync.exml.workspace.api.standalone.ui.TreeCellRenderer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, TreeCellRenderer, ro.sync.ui.application.ActiveTreeAwareCellRenderer, ro.sync.ui.application.ApplicationTreeConstants

@API(type=EXTENDABLE, src=PUBLIC) public class TreeCellRenderer extends ro.sync.ui.application.ApplicationTreeCellRenderer
A javax.swing.tree.DefaultTreeCellRenderer extension which has a consistent look and feel with the renderers used in Oxygen. For example in order to be consistent with the operating system widgets it paints the selection with gradients on Windows Vista or newer.
Since:
17
See Also:
  • Constructor Details

    • TreeCellRenderer

      public TreeCellRenderer()