Package com.ganteater.ae.desktop.ui
Class MultiTaskRunDialogImpl
java.lang.Object
javax.swing.table.AbstractTableModel
com.ganteater.ae.desktop.ui.MultiTaskRunDialogImpl
- All Implemented Interfaces:
com.ganteater.ae.MultiTaskRunDialog,Serializable,Iterator<String>,TableModel
- Direct Known Subclasses:
AEFrame.UIChoiceTaskRunner
class MultiTaskRunDialogImpl
extends AbstractTableModel
implements com.ganteater.ae.MultiTaskRunDialog, Iterator<String>
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
ConstructorsConstructorDescriptionMultiTaskRunDialogImpl(AEFrame frame, String theChoiceNames, com.ganteater.ae.processor.Processor taskProcessor, boolean useHistory) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddone()voidClass<?> getColumnClass(int coll) intgetName()intgetValueAt(int row, int coll) booleanhasNext()booleanisCellEditable(int rowIndex, int columnIndex) booleanbooleanbooleannext()voidvoidsetExceptionIgnore(boolean flag) voidsetValueAt(Object arg0, int row, int coll) voidsetVisible(boolean visible) voidshowDialog(String name, String[] taskNames, boolean notifyMe) Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
MultiTaskRunDialogImpl
public MultiTaskRunDialogImpl(AEFrame frame, String theChoiceNames, com.ganteater.ae.processor.Processor taskProcessor, boolean useHistory)
-
-
Method Details
-
showDialog
- Specified by:
showDialogin interfacecom.ganteater.ae.MultiTaskRunDialog
-
getSelectedTasks
- Specified by:
getSelectedTasksin interfacecom.ganteater.ae.MultiTaskRunDialog
-
hasNext
-
next
-
begin
-
done
- Specified by:
donein interfacecom.ganteater.ae.MultiTaskRunDialog
-
end
-
isExceptionIgnore
- Specified by:
isExceptionIgnorein interfacecom.ganteater.ae.MultiTaskRunDialog
-
getColumnCount
- Specified by:
getColumnCountin interfaceTableModel
-
getRowCount
- Specified by:
getRowCountin interfaceTableModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
isCellEditable
- Specified by:
isCellEditablein interfaceTableModel- Overrides:
isCellEditablein classAbstractTableModel
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel- Overrides:
setValueAtin classAbstractTableModel
-
setExceptionIgnore
- Specified by:
setExceptionIgnorein interfacecom.ganteater.ae.MultiTaskRunDialog
-
select
-
isStarted
- Specified by:
isStartedin interfacecom.ganteater.ae.MultiTaskRunDialog
-
getName
-
isVisible
- Specified by:
isVisiblein interfacecom.ganteater.ae.MultiTaskRunDialog
-
setVisible
- Specified by:
setVisiblein interfacecom.ganteater.ae.MultiTaskRunDialog
-