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, showDialogMethods 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, removeMethods inherited from interface com.ganteater.ae.MultiTaskRunDialog
begin, done, end, getName, getSelectedTasks, isExceptionIgnore, isStarted, isVisible, select, setExceptionIgnore, setVisible, showDialog
-
Constructor Details
-
UIChoiceTaskRunner
-