Interface InputOverlayLayer
- All Known Implementing Classes:
InputOverlayTableModel
,InputRowsTableModel
public interface InputOverlayLayer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear
(boolean isUndo) getInputLayerObjectAtInputLayerOnly
(int row, int col) default InputLayerObject
getInputLayerObjectAtInputLayerOnly
(TableModel model, int row, int col) getValueAtInputLayerOnly
(int row, int col) default Object
getValueAtInputLayerOnly
(TableModel model, int row, int col) void
-
Method Details
-
getValueAtInputLayerOnly
-
getValueAtInputLayerOnly
-
getInputLayerObjectAtInputLayerOnly
-
getInputLayerObjectAtInputLayerOnly
-
saveChanges
void saveChanges() -
clear
void clear(boolean isUndo)
-