public class WebTableUI
extends javax.swing.plaf.basic.BasicTableUI
| Constructor and Description |
|---|
WebTableUI() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureEnclosingScrollPaneUI(javax.swing.JTable table)
Configures table scroll pane with UI specific settings.
|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
Returns an instance of the WebTreeUI for the specified component.
|
void |
installUI(javax.swing.JComponent c)
Installs UI in the specified component.
|
void |
uninstallUI(javax.swing.JComponent c)
Uninstalls UI from the specified component.
|
createFocusListener, createKeyListener, createMouseInputListener, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installKeyboardActions, installListeners, paint, uninstallDefaults, uninstallKeyboardActions, uninstallListenerspublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c - component that will use UI instancepublic void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.basic.BasicTableUIc - component for this UIpublic void uninstallUI(javax.swing.JComponent c)
uninstallUI in class javax.swing.plaf.basic.BasicTableUIc - component with this UIprotected void configureEnclosingScrollPaneUI(javax.swing.JTable table)
table - table to process