JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
java.lang.Object
javax.swing.plaf.ComponentUI
org.jdesktop.jxlayer.plaf.LayerUI<V>
org.jdesktop.jxlayer.plaf.AbstractLayerUI<V>
All Implemented Interfaces:
java.io.Serializable
public final class EmptyTableTextLayer<V extends javax.swing.JComponent>
extends TextLayer <V>
A TextLayer to display a message over a JTable when it is empty.
Use by creating a JLayer/JXLayer with a JTable (or a scrollpane containing a
JTable), and an instance of this class.
With JDK 1.6 it is important to ensure the JTable is added to the JScrollPane
which is added to the JXLayer.
See Also: Serialized Form
Constructor Summary
Constructors
Constructor and Description
EmptyTableTextLayer (javax.swing.JTable table,
java.lang.String string)
Method Summary
Methods
Modifier and Type
Method and Description
protected void
paintLayer (java.awt.Graphics2D g2,
org.jdesktop.jxlayer.JXLayer<? extends V > l)
Methods inherited from class org.jdesktop.jxlayer.plaf.AbstractLayerUI
configureGraphics, eventDispatched, getClip, getComposite, getLayerEventMask, getRenderingHints, getTransform, handlePropertyChangeEvent, installUI, isDirty, paint, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, setDirty, uninstallUI
Methods inherited from class org.jdesktop.jxlayer.plaf.LayerUI
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getPreferredScrollableViewportSize, getPropertyChangeListeners, getPropertyChangeListeners, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, removePropertyChangeListener, removePropertyChangeListener, updateUI
Methods inherited from class javax.swing.plaf.ComponentUI
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, 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.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.