|
Quaqua 7.4.2 2011-07-05 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.TableUI
javax.swing.plaf.basic.BasicTableUI
ch.randelshofer.quaqua.QuaquaTableUI
public class QuaquaTableUI
QuaquaTableUI.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTableUI |
---|
javax.swing.plaf.basic.BasicTableUI.FocusHandler, javax.swing.plaf.basic.BasicTableUI.KeyHandler, javax.swing.plaf.basic.BasicTableUI.MouseInputHandler |
Field Summary |
---|
Fields inherited from class javax.swing.plaf.basic.BasicTableUI |
---|
focusListener, keyListener, mouseInputListener, rendererPane, table |
Constructor Summary | |
---|---|
QuaquaTableUI()
Creates a new instance. |
Method Summary | |
---|---|
protected java.awt.event.FocusListener |
createFocusListener()
Creates the focus listener for handling keyboard navigation in the JTable. |
protected java.awt.event.KeyListener |
createKeyListener()
Creates the key listener for handling keyboard navigation in the JTable. |
protected javax.swing.event.MouseInputListener |
createMouseInputListener()
Creates the mouse listener for the JTable. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected void |
installDefaults()
|
protected void |
installListeners()
Attaches listeners to the JTable. |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Paint a representation of the table instance
that was set in installUI(). |
void |
paintViewport(java.awt.Graphics g,
javax.swing.JViewport c)
Paints the viewport of a JViewport, that contains the component of the user interface delegate. |
protected void |
uninstallDefaults()
|
protected void |
uninstallListeners()
|
Methods inherited from class javax.swing.plaf.basic.BasicTableUI |
---|
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installKeyboardActions, installUI, uninstallKeyboardActions, 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 |
Constructor Detail |
---|
public QuaquaTableUI()
Method Detail |
---|
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
protected java.awt.event.KeyListener createKeyListener()
createKeyListener
in class javax.swing.plaf.basic.BasicTableUI
protected void installListeners()
installListeners
in class javax.swing.plaf.basic.BasicTableUI
protected void uninstallListeners()
uninstallListeners
in class javax.swing.plaf.basic.BasicTableUI
protected void installDefaults()
installDefaults
in class javax.swing.plaf.basic.BasicTableUI
protected void uninstallDefaults()
uninstallDefaults
in class javax.swing.plaf.basic.BasicTableUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
table
instance
that was set in installUI().
paint
in class javax.swing.plaf.basic.BasicTableUI
public void paintViewport(java.awt.Graphics g, javax.swing.JViewport c)
ViewportPainter
paintViewport
in interface ViewportPainter
protected javax.swing.event.MouseInputListener createMouseInputListener()
createMouseInputListener
in class javax.swing.plaf.basic.BasicTableUI
protected java.awt.event.FocusListener createFocusListener()
createFocusListener
in class javax.swing.plaf.basic.BasicTableUI
|
Copyright 2003-2007 (c) Werner Randelshofer. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |