Modifier and Type | Method and Description |
---|---|
List<MutableCell> |
DefaultsVisitor.getCells()
Get the created cells.
|
Modifier and Type | Method and Description |
---|---|
List<MutableCell> |
DuplicateVisitor.getCells()
Get the created cells.
|
Modifier and Type | Method and Description |
---|---|
List<MutableCell> |
CityGMLPropagateVisitor.getCells()
Get the created cells.
|
Modifier and Type | Method and Description |
---|---|
protected MutableCell |
AlignmentBean.createCell(CellBean cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter) |
protected MutableCell |
JaxbToAlignment.createCell(CellType cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter) |
protected abstract MutableCell |
AbstractBaseAlignmentLoader.createCell(C cell,
TypeIndex sourceTypes,
TypeIndex targetTypes,
IOReporter reporter)
Create a cell from the given cell representation
|
MutableCell |
CellBean.createCell(IOReporter reporter,
TypeIndex sourceTypes,
TypeIndex targetTypes)
Create a cell based on the information in the cell bean if possible.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableAlignment.addCell(MutableCell cell)
Add a cell to the alignment.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCell
Default implementation of an alignment cell
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlignment.addCell(MutableCell cell) |
Modifier and Type | Method and Description |
---|---|
MutableCell |
FunctionWizard.getResult()
Get the result cell
|
Modifier and Type | Method and Description |
---|---|
protected void |
SchemaSelectionWizardAction.handleResult(MutableCell cell) |
protected abstract void |
AbstractWizardAction.handleResult(MutableCell cell)
Handle the wizard result
|
protected void |
ReplaceFunctionWizardAction.handleResult(MutableCell cell) |
protected void |
CellWizardAction.handleResult(MutableCell cell) |
Modifier and Type | Method and Description |
---|---|
MutableCell |
AbstractGenericFunctionWizard.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
EntitiesPage.configureCell(MutableCell cell) |
void |
FunctionWizardPage.configureCell(MutableCell cell)
Configure the given cell
|
Modifier and Type | Method and Description |
---|---|
void |
AlignmentService.addCell(MutableCell cell)
Adds the given cell to the current alignment.
|
void |
AlignmentService.replaceCell(Cell oldCell,
MutableCell newCell)
Replace a cell with a new cell.
|
Modifier and Type | Method and Description |
---|---|
void |
AlignmentService.replaceCells(Map<? extends Cell,MutableCell> cells)
Replace cells with a new cells.
|
Modifier and Type | Method and Description |
---|---|
void |
AlignmentServiceDecorator.addCell(MutableCell cell) |
void |
AlignmentServiceUndoSupport.addCell(MutableCell cell) |
void |
AlignmentServiceImpl.addCell(MutableCell cell) |
void |
AlignmentServiceDecorator.replaceCell(Cell oldCell,
MutableCell newCell) |
void |
AlignmentServiceUndoSupport.replaceCell(Cell oldCell,
MutableCell newCell) |
void |
AlignmentServiceImpl.replaceCell(Cell oldCell,
MutableCell newCell) |
Modifier and Type | Method and Description |
---|---|
void |
AlignmentServiceDecorator.replaceCells(Map<? extends Cell,MutableCell> cells) |
void |
AlignmentServiceUndoSupport.replaceCells(Map<? extends Cell,MutableCell> cells) |
void |
AlignmentServiceImpl.replaceCells(Map<? extends Cell,MutableCell> cells) |
Constructor and Description |
---|
AlignmentServiceUndoSupport.AddCellOperation(MutableCell cell)
Create an operation adding the given cell to the alignment service.
|
AlignmentServiceUndoSupport.ReplaceOperation(MutableCell oldCell,
MutableCell newCell)
Create an operation that replaces a cell in the alignment.
|
Constructor and Description |
---|
AlignmentServiceUndoSupport.RemoveCellOperation(Collection<MutableCell> cells)
Create an operation removing the given cell from the alignment
service.
|
AlignmentServiceUndoSupport.ReplaceOperation(com.google.common.collect.BiMap<MutableCell,MutableCell> cells)
Create an operation that replaces a cell in the alignment.
|
AlignmentServiceUndoSupport.ReplaceOperation(com.google.common.collect.BiMap<MutableCell,MutableCell> cells)
Create an operation that replaces a cell in the alignment.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a