|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.olaptableview.BasicOLAPOriginComponentUI
public class BasicOLAPOriginComponentUI
BasicTableUI implementation
Field Summary | |
---|---|
protected javax.swing.event.MouseInputListener |
mouseInputListener
|
protected OLAPOriginComponent |
OLAPOriginComponent
|
protected javax.swing.CellRendererPane |
rendererPane
|
Fields inherited from class com.sas.swing.visuals.tableview.BasicOriginComponentUI |
---|
originComponent, resizingColumnHeader, resizingRowHeader |
Constructor Summary | |
---|---|
BasicOLAPOriginComponentUI()
|
Method Summary | |
---|---|
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()
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(). |
protected void |
uninstallDefaults()
|
protected void |
uninstallKeyboardActions()
|
protected void |
uninstallListeners()
|
void |
uninstallUI(javax.swing.JComponent c)
|
Methods inherited from class com.sas.swing.visuals.tableview.BasicOriginComponentUI |
---|
isResizingColumnHeader, isResizingRowHeader, setResizingColumnHeader, setResizingRowHeader |
Field Detail |
---|
protected OLAPOriginComponent OLAPOriginComponent
protected javax.swing.CellRendererPane rendererPane
protected javax.swing.event.MouseInputListener mouseInputListener
Constructor Detail |
---|
public BasicOLAPOriginComponentUI()
Method Detail |
---|
protected javax.swing.event.MouseInputListener createMouseInputListener()
createMouseInputListener
in class BasicOriginComponentUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
public void installUI(javax.swing.JComponent c)
installUI
in class BasicOriginComponentUI
protected void installDefaults()
installDefaults
in class BasicOriginComponentUI
installUI(javax.swing.JComponent)
protected void installListeners()
installListeners
in class BasicOriginComponentUI
protected void installKeyboardActions()
installKeyboardActions
in class BasicOriginComponentUI
public void uninstallUI(javax.swing.JComponent c)
uninstallUI
in class BasicOriginComponentUI
protected void uninstallDefaults()
uninstallDefaults
in class BasicOriginComponentUI
protected void uninstallListeners()
uninstallListeners
in class BasicOriginComponentUI
protected void uninstallKeyboardActions()
uninstallKeyboardActions
in class BasicOriginComponentUI
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
table
instance
that was set in installUI().
paint
in class BasicOriginComponentUI
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |