| javax.swing.JPanel net.sourceforge.squirrel_sql.fw.datasetviewer.PopupEditableIOPanel
PopupEditableIOPanel | public class PopupEditableIOPanel extends JPanel implements ActionListener(Code) | | author: gwg author: Class to handle IO between user and editable text, text and object, author: and text/object to/from file. |
Inner Class :class BinaryOptionActionListener implements ActionListener | |
actionPerformed | public void actionPerformed(ActionEvent e)(Code) | | Handle actions on the buttons in the file operations panel
|
addNotify | public void addNotify()(Code) | | catch and handle mouse events to put up a menu
|
getObject | public Object getObject(StringBuffer messageBuffer)(Code) | | Return the contents of the editable text area as an Object
converted by the correct DataType function. Errors in converting
from the text form into the Object are reported
through the messageBuffer.
|
removeNotify | public void removeNotify()(Code) | | |
requestFocus | public void requestFocus()(Code) | | When focus is passed to this panel, automatically pass it
on to the text area.
|
|
|