com.elegantj.jfc.table
Class BasicTableColumnHeaderUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TableHeaderUI
javax.swing.plaf.basic.BasicTableHeaderUI
com.elegantj.jfc.table.BasicTableColumnHeaderUI
- public class BasicTableColumnHeaderUI
- extends javax.swing.plaf.basic.BasicTableHeaderUI
BasicTableHeaderUI implementation
| Fields inherited from class javax.swing.plaf.basic.BasicTableHeaderUI |
mouseInputListener, rendererPane |
|
Method Summary |
protected javax.swing.event.MouseInputListener |
createMouseInputListener()
Creates the mouse listener for the JTable. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent h)
|
protected void |
installDefaults()
Initialize JTableHeader properties, e.g. |
void |
installUI(javax.swing.JComponent c)
|
| Methods inherited from class javax.swing.plaf.basic.BasicTableHeaderUI |
getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installListeners, paint, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
header
protected JTableColumnHeader header
- The JTableColumnHeader that is delegating the painting to this UI.
BasicTableColumnHeaderUI
public BasicTableColumnHeaderUI()
installUI
public void installUI(javax.swing.JComponent c)
installDefaults
protected void installDefaults()
- Initialize JTableHeader properties, e.g. font, foreground, and background.
The font, foreground, and background properties are only set if their
current value is either null or a UIResource, other properties are set
if the current value is null.
createMouseInputListener
protected javax.swing.event.MouseInputListener createMouseInputListener()
- Creates the mouse listener for the JTable.
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent h)
Submit a bug or feature
Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.