|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.controls.CopyableJTableAdapter
CopyableJTableAdapter
provides an utility services for
copying table data to the clipboard.
Constructor Summary | |
CopyableJTableAdapter(javax.swing.JTable table)
Create a new adapter. |
Method Summary | |
boolean |
canCopy()
Whether the table data can be copied. |
boolean |
copyToClipboard()
Copies the adapted table's data to the clipboard. |
java.lang.String |
getNullString()
Retrieves the string being used to indicate a null value in the table. |
static boolean |
isSelectionSizeOk(int num,
int[] rows)
Determines whether a selection is okay |
void |
setNullString(java.lang.String s)
Sets the string used to indicate an null value in the table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CopyableJTableAdapter(javax.swing.JTable table)
table
- the table for which the new CopyableJTableAdapter is an adapter.Method Detail |
public void setNullString(java.lang.String s)
s
- the stringpublic java.lang.String getNullString()
public boolean canCopy()
public boolean copyToClipboard()
public static boolean isSelectionSizeOk(int num, int[] rows)
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.