Package com.ganteater.ae.desktop.ui
Class MultiTaskRunDialogImpl
java.lang.Object
javax.swing.table.AbstractTableModel
com.ganteater.ae.desktop.ui.MultiTaskRunDialogImpl
- All Implemented Interfaces:
MultiTaskRunDialog,Serializable,Iterator<String>,TableModel
- Direct Known Subclasses:
AEFrame.UIChoiceTaskRunner
class MultiTaskRunDialogImpl
extends AbstractTableModel
implements MultiTaskRunDialog, Iterator<String>
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
ConstructorsConstructorDescriptionMultiTaskRunDialogImpl(AEFrame frame, String theChoiceNames, 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, Processor taskProcessor, boolean useHistory)
-
-
Method Details
-
showDialog
- Specified by:
showDialogin interfaceMultiTaskRunDialog
-
getSelectedTasks
- Specified by:
getSelectedTasksin interfaceMultiTaskRunDialog
-
hasNext
-
next
-
begin
- Specified by:
beginin interfaceMultiTaskRunDialog
-
done
- Specified by:
donein interfaceMultiTaskRunDialog
-
end
- Specified by:
endin interfaceMultiTaskRunDialog
-
isExceptionIgnore
- Specified by:
isExceptionIgnorein interfaceMultiTaskRunDialog
-
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 interfaceMultiTaskRunDialog
-
select
- Specified by:
selectin interfaceMultiTaskRunDialog
-
isStarted
- Specified by:
isStartedin interfaceMultiTaskRunDialog
-
getName
- Specified by:
getNamein interfaceMultiTaskRunDialog
-
isVisible
- Specified by:
isVisiblein interfaceMultiTaskRunDialog
-
setVisible
- Specified by:
setVisiblein interfaceMultiTaskRunDialog
-