Package com.ganteater.ae.desktop.ui
Class AEFrame.UIChoiceTaskRunner
java.lang.Object
javax.swing.table.AbstractTableModel
com.ganteater.ae.desktop.ui.MultiTaskRunDialogImpl
com.ganteater.ae.desktop.ui.AEFrame.UIChoiceTaskRunner
- All Implemented Interfaces:
MultiTaskRunDialog
,Serializable
,Iterator<String>
,TableModel
- Enclosing class:
- AEFrame
public class AEFrame.UIChoiceTaskRunner
extends MultiTaskRunDialogImpl
implements MultiTaskRunDialog
- See Also:
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
ConstructorsConstructorDescriptionUIChoiceTaskRunner
(String name, Processor taskProcessor, boolean useHistory) -
Method Summary
Methods inherited from class com.ganteater.ae.desktop.ui.MultiTaskRunDialogImpl
begin, done, end, getColumnClass, getColumnCount, getName, getRowCount, getSelectedTasks, getValueAt, hasNext, isCellEditable, isExceptionIgnore, isStarted, isVisible, next, select, setExceptionIgnore, setValueAt, setVisible, showDialog
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnName, getListeners, getTableModelListeners, removeTableModelListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
Methods inherited from interface com.ganteater.ae.MultiTaskRunDialog
begin, done, end, getName, getSelectedTasks, isExceptionIgnore, isStarted, isVisible, select, setExceptionIgnore, setVisible, showDialog
-
Constructor Details
-
UIChoiceTaskRunner
-