|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.util.EnhancedExcelAdapter
public class EnhancedExcelAdapter
Package: edu.ucla.stat.SOCR.util User: Khashim Date: Dec 23, 2008 Time: 9:13:42 PM
Constructor Summary | |
---|---|
EnhancedExcelAdapter(javax.swing.JTable myJTable)
The Excel Adapter is constructed with a JTable on which it enables Copy-Paste and acts as a Clipboard listener. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is activated on the Keystrokes we are listening to in this implementation. |
protected java.lang.StringBuffer |
copyFromModel()
|
protected java.lang.StringBuffer |
copyFromTable()
|
protected java.awt.Point |
getDialogLocation(javax.swing.JDialog dialog,
java.awt.Component c)
|
protected javax.swing.JPanel |
getDialogPanel(javax.swing.JDialog dialog)
|
javax.swing.JTable |
getJTable()
Public Accessor methods for the Table on which this adapter acts. |
protected void |
hideWaitDialog()
|
protected void |
notifyDataChanged()
|
protected void |
notifyStructureChanged()
|
protected void |
pasteToModel(java.lang.String pasteString,
int startRow,
int startCol)
|
protected void |
pasteToTable(java.lang.String pasteString,
int startRow,
int startCol)
|
void |
setJTable(javax.swing.JTable jTable1)
|
protected void |
setNotifications(boolean notify)
|
protected void |
showWaitDialog()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnhancedExcelAdapter(javax.swing.JTable myJTable)
Method Detail |
---|
protected java.awt.Point getDialogLocation(javax.swing.JDialog dialog, java.awt.Component c)
protected javax.swing.JPanel getDialogPanel(javax.swing.JDialog dialog)
protected void showWaitDialog()
protected void hideWaitDialog()
public javax.swing.JTable getJTable()
public void setJTable(javax.swing.JTable jTable1)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
protected java.lang.StringBuffer copyFromModel()
protected java.lang.StringBuffer copyFromTable()
protected void pasteToModel(java.lang.String pasteString, int startRow, int startCol)
protected void pasteToTable(java.lang.String pasteString, int startRow, int startCol)
protected void setNotifications(boolean notify)
protected void notifyStructureChanged()
protected void notifyDataChanged()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |