Uses of Class
de.gsi.chart.viewer.event.WindowUpdateEvent.Type
-
Packages that use WindowUpdateEvent.Type Package Description de.gsi.chart.viewer.event -
-
Uses of WindowUpdateEvent.Type in de.gsi.chart.viewer.event
Methods in de.gsi.chart.viewer.event that return WindowUpdateEvent.Type Modifier and Type Method Description WindowUpdateEvent.TypeWindowUpdateEvent. getType()static WindowUpdateEvent.TypeWindowUpdateEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowUpdateEvent.Type[]WindowUpdateEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.gsi.chart.viewer.event with parameters of type WindowUpdateEvent.Type Constructor Description WindowUpdateEvent(de.gsi.dataset.event.EventSource source, WindowUpdateEvent.Type type)generates new update eventWindowUpdateEvent(de.gsi.dataset.event.EventSource source, java.lang.String msg, WindowUpdateEvent.Type type)generates new update eventWindowUpdateEvent(de.gsi.dataset.event.EventSource source, java.lang.String msg, java.lang.Object payload, WindowUpdateEvent.Type type)generates new update event
-