JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
java.lang.Object 
javax.swing.plaf.ComponentUI 
javax.swing.plaf.LayerUI<V> 
 
 
 
 
 
 
Type Parameters:  
V -  
 
All Implemented Interfaces: 
java.io.Serializable 
 
 
 
public final class EmptyTreeTextLayer<V extends javax.swing.JComponent> 
extends TextLayer <V> 
A TextLayer to display a message over a JTree when it is empty. 
 Use by creating a JLayer/JXLayer with a JTree or a scrollpane containing a
 JTree, and an instance of this class.
 With JDK 1.6 it is important to ensure the JTree is added to the JScrollPane
 which is added to the JXLayer.
See Also:  
Serialized Form  
 
 
 
 
 
Constructor Summary 
Constructors    
Constructor and Description 
 
EmptyTreeTextLayer  (javax.swing.JTree tree,
                  java.lang.String string)  
 
 
 
 
Method Summary 
 
Methods inherited from class javax.swing.plaf.LayerUI 
addPropertyChangeListener, addPropertyChangeListener, applyPropertyChange, doLayout, eventDispatched, firePropertyChange, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, getPropertyChangeListeners, getPropertyChangeListeners, installUI, paintImmediately, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removePropertyChangeListener, removePropertyChangeListener, uninstallUI, updateUI 
 
 
Methods inherited from class javax.swing.plaf.ComponentUI 
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, update 
 
 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Copyright © 1997, 2019, Oracle. All rights reserved.