| com.javujavu.javux.wings.WingComponent com.javujavu.javux.wings.WingTable
Method Summary | |
public void | addColumn(Object title) | public synchronized void | addColumn(Object title, int width, int alignment, ItemRenderer renderer, ItemEditor editor) | public void | addRow(Object row) | public void | changeSelection(int row, int col, boolean toggle, boolean extend) | public synchronized void | clearSelection() | public synchronized int | columnAtPoint(int x, int y) | public synchronized void | commitEdit(Object value) | public void | copy() | public synchronized void | doLayout() | public WingComponent | editCellAt(int row, int col) | public Rectangle | getCellRect(int rowIndex, int columnIndex) | public ItemRenderer | getCellRenderer() | public int | getColumnCount() | public synchronized int | getColumnWidth(int index) | public synchronized Dimension | getPreferredSize() | public synchronized Object | getRow(int rowIndex) | public synchronized int | getRowCount() | public void | getScrollIncrements(Point unit, Point block) | public synchronized int | getSelectedColumn() | public synchronized int | getSelectedColumnCount() | public synchronized Object[] | getSelectedObjects() | public synchronized int | getSelectedRow() | public synchronized int | getSelectedRowCount() | public synchronized Object | getTooltipAt(int x, int y) | public synchronized Object | getValueAt(int rowIndex, int columnIndex) | public synchronized int | indexOfRow(Object row) | public synchronized void | insertRow(int rowIndex, Object row) | public void | invalidate() | public synchronized boolean | isCellSelected(int row, int col) | public void | loadSkin() | protected void | processFocusEvent(FocusEvent e) | public synchronized void | removeAllRows() | public synchronized void | removeEditor() | public synchronized void | removeRow(int rowIndex) | public synchronized void | removeRow(Object row) | public synchronized int | rowAtPoint(int x, int y) | public synchronized void | selectAll() | public void | setCellRenderer(ItemRenderer cellRenderer) | public synchronized void | setCellSelectionEnabled(boolean enableCellSelection) | public synchronized void | setColumnAlignment(int alignment, int index) | public synchronized void | setColumnCount(int columnCount) | public synchronized void | setColumnEditor(ItemEditor editor, int index) | public synchronized void | setColumnRenderer(ItemRenderer renderer, int index) | public synchronized void | setColumnTitle(Object title, int index) | public synchronized void | setColumnWidth(int width, int index) | public void | setEditable(boolean editable) | public void | setEditor(ItemEditor editor) | public synchronized void | setHeaderHeight(int height) | public synchronized void | setRow(Object row, int rowIndex) | public synchronized void | setRowHeight(int height) | public synchronized void | setSelectionMode(int mode) | public void | setValueAt(Object aValue, int rowIndex, int columnIndex) | public synchronized void | wingPaint(Graphics g) | protected void | wingProcessKeyEvent(KeyEvent e, WingComponent redirecting) | protected void | wingProcessMouseEvent(MouseEvent e) |
HEIGHT_OF_ALL_CELLS | final public static int HEIGHT_OF_ALL_CELLS(Code) | | |
HEIGHT_OF_FIRST_ROW | final public static int HEIGHT_OF_FIRST_ROW(Code) | | |
HEIGHT_OF_FONT | final public static int HEIGHT_OF_FONT(Code) | | |
WingTable | public WingTable()(Code) | | |
changeSelection | public void changeSelection(int row, int col, boolean toggle, boolean extend)(Code) | | |
clearSelection | public synchronized void clearSelection()(Code) | | |
columnAtPoint | public synchronized int columnAtPoint(int x, int y)(Code) | | |
commitEdit | public synchronized void commitEdit(Object value)(Code) | | |
doLayout | public synchronized void doLayout()(Code) | | |
getCellRect | public Rectangle getCellRect(int rowIndex, int columnIndex)(Code) | |
This method acquire TreeLock
|
getColumnCount | public int getColumnCount()(Code) | | |
getColumnWidth | public synchronized int getColumnWidth(int index)(Code) | | |
getRowCount | public synchronized int getRowCount()(Code) | | |
getScrollIncrements | public void getScrollIncrements(Point unit, Point block)(Code) | | |
getSelectedColumn | public synchronized int getSelectedColumn()(Code) | | |
getSelectedColumnCount | public synchronized int getSelectedColumnCount()(Code) | | |
getSelectedObjects | public synchronized Object[] getSelectedObjects()(Code) | | |
getSelectedRow | public synchronized int getSelectedRow()(Code) | | |
getSelectedRowCount | public synchronized int getSelectedRowCount()(Code) | | |
getTooltipAt | public synchronized Object getTooltipAt(int x, int y)(Code) | | |
getValueAt | public synchronized Object getValueAt(int rowIndex, int columnIndex)(Code) | | |
indexOfRow | public synchronized int indexOfRow(Object row)(Code) | | |
insertRow | public synchronized void insertRow(int rowIndex, Object row)(Code) | | |
invalidate | public void invalidate()(Code) | |
This method acquire TreeLock
|
isCellSelected | public synchronized boolean isCellSelected(int row, int col)(Code) | | |
loadSkin | public void loadSkin()(Code) | | |
removeAllRows | public synchronized void removeAllRows()(Code) | | |
removeEditor | public synchronized void removeEditor()(Code) | | |
removeRow | public synchronized void removeRow(int rowIndex)(Code) | | |
removeRow | public synchronized void removeRow(Object row)(Code) | | |
rowAtPoint | public synchronized int rowAtPoint(int x, int y)(Code) | | |
selectAll | public synchronized void selectAll()(Code) | | |
setCellSelectionEnabled | public synchronized void setCellSelectionEnabled(boolean enableCellSelection)(Code) | | |
setColumnAlignment | public synchronized void setColumnAlignment(int alignment, int index)(Code) | | |
setColumnCount | public synchronized void setColumnCount(int columnCount)(Code) | | |
setColumnEditor | public synchronized void setColumnEditor(ItemEditor editor, int index)(Code) | | |
setColumnRenderer | public synchronized void setColumnRenderer(ItemRenderer renderer, int index)(Code) | | |
setColumnTitle | public synchronized void setColumnTitle(Object title, int index)(Code) | | |
setColumnWidth | public synchronized void setColumnWidth(int width, int index)(Code) | | |
setEditable | public void setEditable(boolean editable)(Code) | | |
setHeaderHeight | public synchronized void setHeaderHeight(int height)(Code) | | Parameters: height - 0 - no header-1 - default, calculate dynamically |
setRow | public synchronized void setRow(Object row, int rowIndex)(Code) | | |
setRowHeight | public synchronized void setRowHeight(int height)(Code) | | |
setSelectionMode | public synchronized void setSelectionMode(int mode)(Code) | | |
setValueAt | public void setValueAt(Object aValue, int rowIndex, int columnIndex)(Code) | | |
Methods inherited from com.javujavu.javux.wings.WingComponent | public void addActionListener(ActionListener l)(Code)(Java Doc) public void addItemListener(ItemListener l)(Code)(Java Doc) public void addNotify()(Code)(Java Doc) public void addShortcut(Shortcut s)(Code)(Java Doc) public void addShortcuts(WingComponent source)(Code)(Java Doc) protected void cancelPopup(WingComponent src)(Code)(Java Doc) protected static void clrPopup(WingComponent popup)(Code)(Java Doc) protected void dispatchEventOET(AWTEvent e)(Code)(Java Doc) protected boolean dispatchEventsOET()(Code)(Java Doc) protected void dispatchShortcuts(KeyEvent e)(Code)(Java Doc) protected void doScrollRectToVisible(Rectangle r)(Code)(Java Doc) public static void enablePopups(boolean enableLightweightPopups, boolean enableHeavyweightPopups)(Code)(Java Doc) public Color getBackground()(Code)(Java Doc) public String getClipboardText()(Code)(Java Doc) public Font getFont()(Code)(Java Doc) public Color getForeground()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public Frame getParentFrame()(Code)(Java Doc) public Dimension getPreferredSize()(Code)(Java Doc) public ItemRenderer getRenderer()(Code)(Java Doc) public WingRootPane getRootPane()(Code)(Java Doc) public void getScrollIncrements(Point unit, Point block)(Code)(Java Doc) public Style getStyle()(Code)(Java Doc) public Object getTooltipAt(int x, int y)(Code)(Java Doc) public Dimension getViewOrSize()(Code)(Java Doc) public Dimension getViewSize()(Code)(Java Doc) protected Dimension getViewSize(WingComponent child)(Code)(Java Doc) public WingFont getWingFont()(Code)(Java Doc) protected void hideTooltip()(Code)(Java Doc) public boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)(Code)(Java Doc) public void invalidate()(Code)(Java Doc) public boolean isFocusTraversable()(Code)(Java Doc) public void loadSkin()(Code)(Java Doc) public void mouseWheelMoved(Object source, int wheelRotation)(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) public void paintBackground(Graphics g)(Code)(Java Doc) public void paintComponent(Graphics g)(Code)(Java Doc) public void postOnEventThread(AWTEvent e)(Code)(Java Doc) protected void processEvent(AWTEvent e)(Code)(Java Doc) protected void processKeyEvent(KeyEvent e)(Code)(Java Doc) protected void processMouseEvent(MouseEvent e)(Code)(Java Doc) protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc) public void removeActionListener(ActionListener l)(Code)(Java Doc) public void removeItemListener(ItemListener l)(Code)(Java Doc) public void removeShortcut(Shortcut s)(Code)(Java Doc) public void removeShortcuts(WingComponent source)(Code)(Java Doc) public void repaintVisible()(Code)(Java Doc) public boolean repaintVisible(int x, int y, int width, int height)(Code)(Java Doc) public void revalidateAndRepaint()(Code)(Java Doc) public void scrollRectToVisible(Rectangle r)(Code)(Java Doc) public void setClipboardText(String text)(Code)(Java Doc) public static void setDebugDelay(int debugDelay)(Code)(Java Doc) public static void setDoubleBuffering(boolean doubleBuffering)(Code)(Java Doc) public void setEnabled(boolean b)(Code)(Java Doc) protected static void setPopup(WingComponent popup)(Code)(Java Doc) public void setPreferredSize(Dimension prefSize)(Code)(Java Doc) public void setRenderer(ItemRenderer renderer)(Code)(Java Doc) public void setStyleId(String styleId)(Code)(Java Doc) public void setTooltip(Object tooltip)(Code)(Java Doc) public void setTopStyle(Style topStyle)(Code)(Java Doc) public void setWingFocusable(boolean focusable)(Code)(Java Doc) protected void showTooltip(Point point)(Code)(Java Doc) public void update(Graphics g)(Code)(Java Doc) protected void updateShortcuts(WingComponent target, boolean add)(Code)(Java Doc) public static void updateSkin(Container c)(Code)(Java Doc) protected void validateTree()(Code)(Java Doc) public void wingHierarchyChanged(boolean showing)(Code)(Java Doc) public void wingPaint(Graphics g)(Code)(Java Doc) protected void wingProcessActionEvent(ActionEvent e)(Code)(Java Doc) protected void wingProcessItemEvent(ItemEvent e)(Code)(Java Doc) protected void wingProcessKeyEvent(KeyEvent e, WingComponent redirecting)(Code)(Java Doc) protected void wingProcessMouseEvent(MouseEvent e)(Code)(Java Doc) public void wingRequestFocusInWindow()(Code)(Java Doc) protected void wingValidate()(Code)(Java Doc)
|
|
|