Uses of Enum Class
com.nnamo.enums.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in com.nnamo.controllers
Methods in com.nnamo.controllers with parameters of type DataTypeModifier and TypeMethodDescriptionstatic void
UIController.updatePreferButton
(String itemId, boolean isFav, DataType dataType, MainFrame mainFrame) -
Uses of DataType in com.nnamo.enums
Methods in com.nnamo.enums that return DataType -
Uses of DataType in com.nnamo.interfaces
Methods in com.nnamo.interfaces with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
FavoriteBehaviour.addFavorite
(String string, DataType mode) void
TableRowClickBehaviour.onRowClick
(Object rowData, ColumnName[] tableColumns, DataType dataType) void
FavoriteBehaviour.removeFavorite
(String string, DataType mode) -
Uses of DataType in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
CustomPreferButton.setDataType
(DataType mode) Sets the data type for the item associated with thisJButton
.CustomTable.Builder.setDataType
(DataType dataType) Sets the data type for the table. -
Uses of DataType in com.nnamo.view.custompanels
Methods in com.nnamo.view.custompanels with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
PreferBarPanel.updatePreferButton
(String itemId, boolean isFav, DataType dataType) Updates theCustomPreferButton
with the specified item ID, favorite status, and data type. -
Uses of DataType in com.nnamo.view.frame
Methods in com.nnamo.view.frame with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
MainFrame.updatePreferButton
(String itemId, boolean isFav, DataType dataType) Updates the favorite button in the favorites bar.