| javax.swing.JPanel com.xoetrope.carousel.survey.XResponseSetEditor
XResponseSetEditor | public class XResponseSetEditor extends JPanel implements TableCellEditor,ActionListener,PopupMenuListener(Code) | | An table cell editor for editing question responses
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.5 $
|
clickCountToStart | protected int clickCountToStart(Code) | | An integer specifying the number of clicks needed to start editing.
Even if clickCountToStart is defined as zero, it
will not initiate until a click occurs.
|
defaultHeight | protected int defaultHeight(Code) | | |
XResponseSetEditor | public XResponseSetEditor()(Code) | | |
XResponseSetEditor | public XResponseSetEditor(String[] options, int defHeight)(Code) | | |
addCellEditorListener | public void addCellEditorListener(CellEditorListener l)(Code) | | Adds a CellEditorListener to the listener list.
Parameters: l - the new listener to be added |
addPopupActions | public void addPopupActions()(Code) | | |
cancelCellEditing | public void cancelCellEditing()(Code) | | Calls fireEditingCanceled .
|
fireEditingCanceled | protected void fireEditingCanceled()(Code) | | Notifies all listeners that have registered interest for
notification on this event type. The event instance
is created lazily.
See Also: EventListenerList |
fireEditingStopped | protected void fireEditingStopped()(Code) | | Notifies all listeners that have registered interest for
notification on this event type. The event instance
is created lazily.
See Also: EventListenerList |
getCellEditorListeners | public CellEditorListener[] getCellEditorListeners()(Code) | | Returns an array of all the CellEditorListener s added
to this AbstractCellEditor with addCellEditorListener().
all of the CellEditorListener s added or an emptyarray if no listeners have been added since: 1.4 |
getTableCellEditorComponent | public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)(Code) | | |
isCellEditable | public boolean isCellEditable(EventObject e)(Code) | | Returns true.
Parameters: e - an event object true |
removeCellEditorListener | public void removeCellEditorListener(CellEditorListener l)(Code) | | Removes a CellEditorListener from the listener list.
Parameters: l - the listener to be removed |
setSelectedItem | public void setSelectedItem(Object value)(Code) | | |
shouldSelectCell | public boolean shouldSelectCell(EventObject anEvent)(Code) | | Returns true.
Parameters: e - an event object true |
stopCellEditing | public boolean stopCellEditing()(Code) | | Calls fireEditingStopped and returns true.
true |
|
|