Package org.ujmp.gui
Interface MatrixGUIObject
- All Superinterfaces:
Clearable
,Cloneable
,GUIObject
,HasDescription
,HasLabel
,HasToolTip
,Serializable
,TableModel
,TableModel64
- All Known Implementing Classes:
AbstractMatrixGUIObject
,DefaultMatrixGUIObject
-
Field Summary
Fields inherited from interface org.ujmp.core.interfaces.HasDescription
DESCRIPTION
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fireValueChanged
(long row, long column, Object value) getColorAt
(long rowIndex, long columnIndex) long[]
getTodo()
boolean
boolean
boolean
void
setColumnCount
(long columnCount) void
setColumnCountUpToDate
(boolean b) void
setIcon
(BufferedImage image) void
setIconUpToDate
(boolean b) void
setMouseOverCoordinates
(long... coordinates) void
setRowCount
(long rowCount) void
setRowCountUpToDate
(boolean b) Methods inherited from interface org.ujmp.core.interfaces.GUIObject
fireValueChanged, fireValueChanged, fireValueChanged, getCoreObject, getFrame, getIcon, getModCount, getPanel, showGUI
Methods inherited from interface org.ujmp.core.interfaces.HasDescription
getDescription, setDescription
Methods inherited from interface org.ujmp.core.interfaces.HasLabel
getLabel, getLabelObject, setLabel
Methods inherited from interface org.ujmp.core.interfaces.HasToolTip
getToolTipText
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
Methods inherited from interface org.ujmp.gui.table.TableModel64
addTableModelListener, getColumnClass, getColumnCount64, getColumnName, getRowCount64, getValueAt, isCellEditable, removeTableModelListener, setValueAt
-
Method Details
-
getColorAt
-
getListenerList
EventListenerList getListenerList() -
fireValueChanged
-
getMatrix
Matrix getMatrix() -
getRowSelectionModel
FastListSelectionModel64 getRowSelectionModel() -
getColumnSelectionModel
FastListSelectionModel64 getColumnSelectionModel() -
setMouseOverCoordinates
void setMouseOverCoordinates(long... coordinates) -
getMouseOverCoordinates
long[] getMouseOverCoordinates() -
isIconUpToDate
boolean isIconUpToDate() -
setIconUpToDate
void setIconUpToDate(boolean b) -
setIcon
-
isColumnCountUpToDate
boolean isColumnCountUpToDate() -
setColumnCount
void setColumnCount(long columnCount) -
setColumnCountUpToDate
void setColumnCountUpToDate(boolean b) -
isRowCountUpToDate
boolean isRowCountUpToDate() -
setRowCount
void setRowCount(long rowCount) -
setRowCountUpToDate
void setRowCountUpToDate(boolean b) -
getTodo
List<Coordinates> getTodo() -
getDataCache
Map<Coordinates,DataItem> getDataCache()
-