Uses of Class
org.correomqtt.gui.model.MessagePropertiesDTO
-
-
Uses of MessagePropertiesDTO in org.correomqtt.gui.business
Methods in org.correomqtt.gui.business with parameters of type MessagePropertiesDTO Modifier and Type Method Description static voidTaskFactory. exportMessage(String connectionId, File file, MessagePropertiesDTO messageDTO)static voidTaskFactory. publish(String connectionId, MessagePropertiesDTO messagePropertiesDTO) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.cell
Methods in org.correomqtt.gui.cell with parameters of type MessagePropertiesDTO Modifier and Type Method Description protected voidMessageViewCell. updateItem(MessagePropertiesDTO messageDTO, boolean empty)Constructor parameters in org.correomqtt.gui.cell with type arguments of type MessagePropertiesDTO Constructor Description MessageViewCell(javafx.scene.control.ListView<MessagePropertiesDTO> listView) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.contextmenu
Methods in org.correomqtt.gui.contextmenu with parameters of type MessagePropertiesDTO Modifier and Type Method Description voidMessageListContextMenuDelegate. removeMessage(MessagePropertiesDTO messageDTO)voidMessageListContextMenuDelegate. saveMessage(MessagePropertiesDTO dto)voidMessageListContextMenu. setObject(MessagePropertiesDTO messageDTO)voidBaseMessageContextMenuDelegate. setUpToForm(MessagePropertiesDTO messageDTO)voidBaseMessageContextMenuDelegate. showDetailsInSeparateWindow(MessagePropertiesDTO messageDTO) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.controller
Methods in org.correomqtt.gui.controller with parameters of type MessagePropertiesDTO Modifier and Type Method Description static org.correomqtt.gui.controller.LoaderResult<DetailViewController>DetailViewController. load(MessagePropertiesDTO messageDTO, String connectionId, DetailViewDelegate delegate, boolean isInlineView)voidMessageListViewController. removeMessage(MessagePropertiesDTO messageDTO)voidMessageListViewController. saveMessage(MessagePropertiesDTO messageDTO)voidConnectionViewController. setUpToForm(MessagePropertiesDTO messageDTO)voidDetailViewController. setUpToForm(MessagePropertiesDTO messageDTO)voidDetailViewDelegate. setUpToForm(MessagePropertiesDTO messageDTO)voidMessageListViewController. setUpToForm(MessagePropertiesDTO messageDTO)voidMessageListViewDelegate. setUpToForm(MessagePropertiesDTO selectedMessage)voidPublishViewController. setUpToForm(MessagePropertiesDTO messageDTO)voidSubscriptionViewController. setUpToForm(MessagePropertiesDTO messageDTO)voidSubscriptionViewDelegate. setUpToForm(MessagePropertiesDTO messageDTO)voidDetailViewController. showDetailsInSeparateWindow(MessagePropertiesDTO messageDTO)voidMessageListViewController. showDetailsInSeparateWindow(MessagePropertiesDTO messageDTO) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.model
Methods in org.correomqtt.gui.model that return MessagePropertiesDTO Modifier and Type Method Description MessagePropertiesDTOMessagePropertiesDTO.MessagePropertiesDTOBuilder. build()Methods in org.correomqtt.gui.model that return types with arguments of type MessagePropertiesDTO Modifier and Type Method Description static javafx.util.Callback<MessagePropertiesDTO,javafx.beans.Observable[]>MessagePropertiesDTO. extractor()Methods in org.correomqtt.gui.model with parameters of type MessagePropertiesDTO Modifier and Type Method Description intMessagePropertiesDTO. compareTo(MessagePropertiesDTO other) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.transformer
Methods in org.correomqtt.gui.transformer that return MessagePropertiesDTO Modifier and Type Method Description static MessagePropertiesDTOMessageTransformer. dtoToProps(MessageDTO messageDTO)Methods in org.correomqtt.gui.transformer with parameters of type MessagePropertiesDTO Modifier and Type Method Description static MessageDTOMessageTransformer. propsToDTO(MessagePropertiesDTO messagePropertiesDTO) -
Uses of MessagePropertiesDTO in org.correomqtt.gui.utils
Methods in org.correomqtt.gui.utils with parameters of type MessagePropertiesDTO Modifier and Type Method Description static voidMessageUtils. saveMessage(String connectionId, MessagePropertiesDTO messageDTO, javafx.stage.Stage stage) -
Uses of MessagePropertiesDTO in org.correomqtt.plugin.model
Methods in org.correomqtt.plugin.model that return MessagePropertiesDTO Modifier and Type Method Description MessagePropertiesDTOMessageExtensionDTO. merge(MessagePropertiesDTO messageDTO)Methods in org.correomqtt.plugin.model with parameters of type MessagePropertiesDTO Modifier and Type Method Description MessagePropertiesDTOMessageExtensionDTO. merge(MessagePropertiesDTO messageDTO)Constructors in org.correomqtt.plugin.model with parameters of type MessagePropertiesDTO Constructor Description MessageExtensionDTO(MessagePropertiesDTO messagePropertiesDTO)
-