Package org.correomqtt.gui.helper
Class CheckTopicHelper
- java.lang.Object
-
- org.correomqtt.gui.helper.CheckTopicHelper
-
public class CheckTopicHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringEMPTY_ERRORstatic StringEXCLAMATION_CIRCLE_SOLID
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckPublishTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save)static booleancheckSubscribeTopic(javafx.scene.control.ComboBox<String> comboBox, boolean save, boolean afterSubscribe)
-
-
-
Field Detail
-
EMPTY_ERROR
public static final String EMPTY_ERROR
- See Also:
- Constant Field Values
-
EXCLAMATION_CIRCLE_SOLID
public static final String EXCLAMATION_CIRCLE_SOLID
- See Also:
- Constant Field Values
-
-