JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.2.0)  E76725-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 EmptyListTextLayer<V extends javax.swing.JComponent> 
extends TextLayer <V> 
A TextLayer to display a message over a JList when it is empty. 
 Use by creating a JLayer/JXLayer with a JList or a scrollpane containing a
 JList, and an instance of this class.
 With JDK 1.6 it is important to ensure the JList is added to the JScrollPane
 which is added to the JXLayer.
See Also:  
Serialized Form  
 
 
 
 
 
Constructor Summary 
Constructors    
Constructor and Description 
 
EmptyListTextLayer  (javax.swing.JList<?> list,
                  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.2.0)  E76725-01
 
Copyright © 1997, 2016, Oracle. All rights reserved.