Class LoadingIcon.Unsafe

java.lang.Object
com.inductiveautomation.ignition.client.util.gui.LoadingIcon
com.inductiveautomation.ignition.client.util.gui.LoadingIcon.Unsafe
All Implemented Interfaces:
ActionListener, EventListener, Icon
Enclosing class:
LoadingIcon

public static class LoadingIcon.Unsafe extends LoadingIcon
This class is a subclass of LoadingIcon that uses a (shared) java.util.Timer, and issues repaintImmediately commands to the parent component on non-EDT thread.
  • Constructor Details

    • Unsafe

      public Unsafe()
  • Method Details