DsmGuiModel, ColumnAndRowSelectionModelpublic class DsmGuiModelImpl extends java.lang.Object implements DsmGuiModel, ColumnAndRowSelectionModel
DsmGuiModel.DisplayNameFormat| Constructor | Description |
|---|---|
DsmGuiModelImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addChangeListener(DsmGuiModelChangeListener listener) |
|
void |
clearSelection() |
|
CellInfo |
getCellInfo(int row,
int col) |
|
int |
getColumnCount() |
|
DependableInfo |
getColumnInfo(int index) |
|
DsmGuiModel.DisplayNameFormat |
getDisplayNameFormat() |
|
int |
getRowCount() |
|
DependableInfo |
getRowInfo(int index) |
|
java.util.List<java.lang.Integer> |
getSelectedCols() |
|
java.util.List<java.lang.Integer> |
getSelectedRows() |
|
java.util.Set<Dependable> |
getSelectionDependables() |
|
java.util.Set<Dependency> |
getSelectionDependencies() |
|
boolean |
isRowOrColumnInCrossHair(int row,
int col) |
|
boolean |
isSelected(int row,
int col) |
|
void |
selectCells(java.util.List<java.lang.Integer> rows,
java.util.List<java.lang.Integer> cols) |
|
void |
setDisplayNameFormat(DsmGuiModel.DisplayNameFormat nameFormat) |
|
void |
setDsm(Dsm dsm,
AnalysisResult analysisResult) |
public CellInfo getCellInfo(int row, int col)
getCellInfo in interface DsmGuiModelpublic boolean isRowOrColumnInCrossHair(int row,
int col)
isRowOrColumnInCrossHair in interface ColumnAndRowSelectionModelpublic int getColumnCount()
getColumnCount in interface DsmGuiModelpublic DependableInfo getColumnInfo(int index)
getColumnInfo in interface DsmGuiModelpublic DependableInfo getRowInfo(int index)
getRowInfo in interface DsmGuiModelpublic int getRowCount()
getRowCount in interface DsmGuiModelpublic void selectCells(java.util.List<java.lang.Integer> rows,
java.util.List<java.lang.Integer> cols)
selectCells in interface DsmGuiModelpublic java.util.List<java.lang.Integer> getSelectedRows()
getSelectedRows in interface DsmGuiModelpublic java.util.List<java.lang.Integer> getSelectedCols()
getSelectedCols in interface DsmGuiModelpublic void addChangeListener(DsmGuiModelChangeListener listener)
addChangeListener in interface DsmGuiModelpublic void clearSelection()
clearSelection in interface DsmGuiModelpublic void setDsm(Dsm dsm, AnalysisResult analysisResult)
setDsm in interface DsmGuiModelpublic java.util.Set<Dependency> getSelectionDependencies()
getSelectionDependencies in interface DsmGuiModelpublic java.util.Set<Dependable> getSelectionDependables()
getSelectionDependables in interface DsmGuiModelpublic boolean isSelected(int row,
int col)
isSelected in interface ColumnAndRowSelectionModelpublic void setDisplayNameFormat(DsmGuiModel.DisplayNameFormat nameFormat)
setDisplayNameFormat in interface DsmGuiModelpublic DsmGuiModel.DisplayNameFormat getDisplayNameFormat()
getDisplayNameFormat in interface DsmGuiModelCopyright © 2018. All rights reserved.