Uses of Class
org.correomqtt.gui.model.ConnectionPropertiesDTO
-
Packages that use ConnectionPropertiesDTO Package Description org.correomqtt.gui.cell org.correomqtt.gui.controller org.correomqtt.gui.model org.correomqtt.gui.transformer org.correomqtt.plugin.model -
-
Uses of ConnectionPropertiesDTO in org.correomqtt.gui.cell
Methods in org.correomqtt.gui.cell with parameters of type ConnectionPropertiesDTO Modifier and Type Method Description protected voidConnectionCell. updateItem(ConnectionPropertiesDTO connectionDTO, boolean empty)Constructor parameters in org.correomqtt.gui.cell with type arguments of type ConnectionPropertiesDTO Constructor Description ConnectionCell(javafx.scene.control.ListView<ConnectionPropertiesDTO> listView) -
Uses of ConnectionPropertiesDTO in org.correomqtt.gui.controller
Fields in org.correomqtt.gui.controller with type parameters of type ConnectionPropertiesDTO Modifier and Type Field Description javafx.scene.control.ListView<ConnectionPropertiesDTO>ConnectionOnbordingViewController. connectionListViewMethods in org.correomqtt.gui.controller with parameters of type ConnectionPropertiesDTO Modifier and Type Method Description voidConnectionViewController. connect(ConnectionPropertiesDTO config)voidConnectionOnboardingDelegate. onConnect(ConnectionPropertiesDTO config)voidConnectionOnbordingViewController. onConnect(ConnectionPropertiesDTO config)voidMainViewController. onConnect(ConnectionPropertiesDTO config) -
Uses of ConnectionPropertiesDTO in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return ConnectionPropertiesDTO Modifier and Type Method Description ConnectionPropertiesDTOConnectionPropertiesDTO.ConnectionPropertiesDTOBuilder. build()Methods in org.correomqtt.gui.model that return types with arguments of type ConnectionPropertiesDTO Modifier and Type Method Description static javafx.util.Callback<ConnectionPropertiesDTO,javafx.beans.Observable[]>ConnectionPropertiesDTO. extractor() -
Uses of ConnectionPropertiesDTO in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer that return ConnectionPropertiesDTO Modifier and Type Method Description static ConnectionPropertiesDTOConnectionTransformer. dtoToProps(ConnectionConfigDTO dto)Methods in org.correomqtt.gui.transformer that return types with arguments of type ConnectionPropertiesDTO Modifier and Type Method Description static List<ConnectionPropertiesDTO>ConnectionTransformer. dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList)Methods in org.correomqtt.gui.transformer with parameters of type ConnectionPropertiesDTO Modifier and Type Method Description static ConnectionConfigDTOConnectionTransformer. propsToDto(ConnectionPropertiesDTO props)Method parameters in org.correomqtt.gui.transformer with type arguments of type ConnectionPropertiesDTO Modifier and Type Method Description static List<ConnectionConfigDTO>ConnectionTransformer. propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList) -
Uses of ConnectionPropertiesDTO in org.correomqtt.plugin.model
Methods in org.correomqtt.plugin.model that return ConnectionPropertiesDTO Modifier and Type Method Description ConnectionPropertiesDTOLwtConnectionExtensionDTO. merge(ConnectionPropertiesDTO activeConnectionConfigDTO)Methods in org.correomqtt.plugin.model with parameters of type ConnectionPropertiesDTO Modifier and Type Method Description ConnectionPropertiesDTOLwtConnectionExtensionDTO. merge(ConnectionPropertiesDTO activeConnectionConfigDTO)Constructors in org.correomqtt.plugin.model with parameters of type ConnectionPropertiesDTO Constructor Description LwtConnectionExtensionDTO(ConnectionPropertiesDTO connectionPropertiesDTO)
-