Uses of Class
org.correomqtt.gui.model.SysTopicPropertiesDTO
| Package | Description |
|---|---|
| org.correomqtt.gui.cell | |
| org.correomqtt.gui.model | |
| org.correomqtt.gui.transformer |
-
Uses of SysTopicPropertiesDTO in org.correomqtt.gui.cell
Methods in org.correomqtt.gui.cell with parameters of type SysTopicPropertiesDTO Modifier and Type Method Description protected voidSysTopicCell. updateItem(SysTopicPropertiesDTO sysTopicDTO, boolean empty)Constructor parameters in org.correomqtt.gui.cell with type arguments of type SysTopicPropertiesDTO Constructor Description SysTopicCell(javafx.scene.control.ListView<SysTopicPropertiesDTO> listView) -
Uses of SysTopicPropertiesDTO in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return SysTopicPropertiesDTO Modifier and Type Method Description SysTopicPropertiesDTOSysTopicPropertiesDTO.SysTopicPropertiesDTOBuilder. build()Methods in org.correomqtt.gui.model that return types with arguments of type SysTopicPropertiesDTO Modifier and Type Method Description static javafx.util.Callback<SysTopicPropertiesDTO,javafx.beans.Observable[]>SysTopicPropertiesDTO. extractor()Methods in org.correomqtt.gui.model with parameters of type SysTopicPropertiesDTO Modifier and Type Method Description intSysTopicPropertiesDTO. compareTo(SysTopicPropertiesDTO other) -
Uses of SysTopicPropertiesDTO in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer that return SysTopicPropertiesDTO Modifier and Type Method Description static SysTopicPropertiesDTOSysTopicTransformer. dtoToProps(MessageDTO messageDTO, SysTopic sysTopic)