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 TypeMethodDescriptionvoid
void
done()
void
Class<?>
getColumnClass
(int coll) int
getName()
int
getValueAt
(int row, int coll) boolean
hasNext()
boolean
isCellEditable
(int rowIndex, int columnIndex) boolean
boolean
boolean
next()
void
void
setExceptionIgnore
(boolean flag) void
setValueAt
(Object arg0, int row, int coll) void
setVisible
(boolean visible) void
showDialog
(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, 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
-
Constructor Details
-
MultiTaskRunDialogImpl
public MultiTaskRunDialogImpl(AEFrame frame, String theChoiceNames, Processor taskProcessor, boolean useHistory)
-
-
Method Details
-
showDialog
- Specified by:
showDialog
in interfaceMultiTaskRunDialog
-
getSelectedTasks
- Specified by:
getSelectedTasks
in interfaceMultiTaskRunDialog
-
hasNext
-
next
-
begin
- Specified by:
begin
in interfaceMultiTaskRunDialog
-
done
- Specified by:
done
in interfaceMultiTaskRunDialog
-
end
- Specified by:
end
in interfaceMultiTaskRunDialog
-
isExceptionIgnore
- Specified by:
isExceptionIgnore
in interfaceMultiTaskRunDialog
-
getColumnCount
- Specified by:
getColumnCount
in interfaceTableModel
-
getRowCount
- Specified by:
getRowCount
in interfaceTableModel
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel
- Overrides:
getColumnClass
in classAbstractTableModel
-
isCellEditable
- Specified by:
isCellEditable
in interfaceTableModel
- Overrides:
isCellEditable
in classAbstractTableModel
-
setValueAt
- Specified by:
setValueAt
in interfaceTableModel
- Overrides:
setValueAt
in classAbstractTableModel
-
setExceptionIgnore
- Specified by:
setExceptionIgnore
in interfaceMultiTaskRunDialog
-
select
- Specified by:
select
in interfaceMultiTaskRunDialog
-
isStarted
- Specified by:
isStarted
in interfaceMultiTaskRunDialog
-
getName
- Specified by:
getName
in interfaceMultiTaskRunDialog
-
isVisible
- Specified by:
isVisible
in interfaceMultiTaskRunDialog
-
setVisible
- Specified by:
setVisible
in interfaceMultiTaskRunDialog
-