|
|||||||||||
| 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
pt.moredata.widgets.plaf.BaseTableUI
pt.moredata.widgets.plaf.basic.BasicBaseTableUI
BasicTableTableUI implementation
| Nested Class Summary | |
class |
BasicBaseTableUI.FocusHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicBaseTableUI.KeyHandler
This inner class is marked "public" due to a compiler bug. |
class |
BasicBaseTableUI.MouseInputHandler
This inner class is marked "public" due to a compiler bug. |
| Field Summary | |
java.util.Vector |
cellList
|
protected java.awt.event.FocusListener |
focusListener
|
protected java.awt.event.KeyListener |
keyListener
|
protected javax.swing.event.MouseInputListener |
mouseInputListener
|
protected javax.swing.CellRendererPane |
rendererPane
|
protected BaseTable |
table
|
| Constructor Summary | |
BasicBaseTableUI()
|
|
| Method Summary | |
void |
addTableListener(TableListener l)
Listener que dispara depois de se sair de uma celula |
protected java.awt.event.FocusListener |
createFocusListener()
Creates the focus listener for handling keyboard navigation in the BaseTable. |
protected java.awt.event.KeyListener |
createKeyListener()
Creates the key listener for handling keyboard navigation in the BaseTable. |
protected javax.swing.event.MouseInputListener |
createMouseInputListener()
Creates the mouse listener for the BaseTable. |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
|
protected void |
fireCell(TableEvent evento,
byte tipo)
Dispara o evento ao sair de uma celula |
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
Return the maximum size of the table. |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
Return the minimum size of the table. |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Return the preferred size of the table. |
protected void |
installDefaults()
Initialize JTable properties, e.g. font, foreground, and background. |
protected void |
installKeyboardActions()
Register all keyboard actions on the JTable. |
protected void |
installListeners()
Attaches listeners to the JTable. |
void |
installUI(javax.swing.JComponent c)
|
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Paint a representation of the table instance
that was set in installUI(). |
void |
removeTableListener(TableListener l)
|
protected void |
uninstallDefaults()
|
protected void |
uninstallKeyboardActions()
|
protected void |
uninstallListeners()
|
void |
uninstallUI(javax.swing.JComponent c)
|
| 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 |
| Field Detail |
protected BaseTable table
protected javax.swing.CellRendererPane rendererPane
protected java.awt.event.KeyListener keyListener
protected java.awt.event.FocusListener focusListener
protected javax.swing.event.MouseInputListener mouseInputListener
public java.util.Vector cellList
| Constructor Detail |
public BasicBaseTableUI()
| Method Detail |
protected java.awt.event.KeyListener createKeyListener()
protected java.awt.event.FocusListener createFocusListener()
protected javax.swing.event.MouseInputListener createMouseInputListener()
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
protected void installDefaults()
installUI(javax.swing.JComponent)protected void installListeners()
protected void installKeyboardActions()
public void uninstallUI(javax.swing.JComponent c)
protected void uninstallDefaults()
protected void uninstallListeners()
protected void uninstallKeyboardActions()
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
public void paint(java.awt.Graphics g,
javax.swing.JComponent c)
table instance
that was set in installUI().
public void addTableListener(TableListener l)
public void removeTableListener(TableListener l)
protected void fireCell(TableEvent evento,
byte tipo)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||