Interface InputOverlayLayer
- All Known Implementing Classes:
InputOverlayTableModel,InputRowsTableModel
public interface InputOverlayLayer
-
Method Summary
Modifier and Type Method Description voidclear(boolean isUndo)InputLayerObjectgetInputLayerObjectAtInputLayerOnly(int row, int col)default InputLayerObjectgetInputLayerObjectAtInputLayerOnly(TableModel model, int row, int col)ObjectgetValueAtInputLayerOnly(int row, int col)default ObjectgetValueAtInputLayerOnly(TableModel model, int row, int col)voidsaveChanges()
-
Method Details
-
getValueAtInputLayerOnly
-
getValueAtInputLayerOnly
-
getInputLayerObjectAtInputLayerOnly
-
getInputLayerObjectAtInputLayerOnly
-
saveChanges
void saveChanges() -
clear
void clear(boolean isUndo)
-