ilog.cpl.table
Class IlpBasicTableUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.TableUI
javax.swing.plaf.basic.BasicTableUI
ilog.cpl.table.IlpBasicTableUI
public class IlpBasicTableUI
- extends BasicTableUI
This class defines a special UI for an IlpTableView allowing
selection across the two IlpJTables used by the IlpTableView
to separate fixed columns and "free" columns.
- Since:
- JTGO 3.0
| Methods inherited from class javax.swing.plaf.basic.BasicTableUI |
createKeyListener, getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installListeners, installUI, paint, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IlpBasicTableUI
public IlpBasicTableUI()
createUI
public static ComponentUI createUI(JComponent c)
- This static method is called by the
UIManager when an
IlpJTable is created.
- Parameters:
c - The IlpJTable that needs an IlpBasicTableUI instance.
- Returns:
- The
IlpBasicTableUI created.
createMouseInputListener
protected MouseInputListener createMouseInputListener()
- Creates an
IlpBasicTableUI.IlpMouseInputHandler to manage an
IlpJTable.
- Overrides:
createMouseInputListener in class BasicTableUI
- Returns:
- The new mouse listener.
createFocusListener
protected FocusListener createFocusListener()
- Creates the focus listener for handling keyboard navigation in the
IlpJtable.
- Overrides:
createFocusListener in class BasicTableUI
- Returns:
- The created
IlpBasicTableUI.IlpFocusHandler.
installKeyboardActions
protected void installKeyboardActions()
- Register all keyboard actions on the JTable.
- Overrides:
installKeyboardActions in class BasicTableUI
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.