Class JWorkFlowStep

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class JWorkFlowStep extends JComponent
UI component that hints the user on the next step in a work flow. Places a numbered ring centered on top of specified component. To be added to the glassPanel of relevant window. The glassPanel should have an overlayLayout
Since:
18.1
See Also:
  • Constructor Details

    • JWorkFlowStep

      public JWorkFlowStep(int step, Object start, String path)
    • JWorkFlowStep

      public JWorkFlowStep(int step, JComponent relativeComp)
  • Method Details

    • getAlpha

      public float getAlpha()
    • setAlpha

      public void setAlpha(float alpha)
    • setVisible

      public void setVisible(boolean visible)
      Overrides:
      setVisible in class JComponent
    • getStep

      public int getStep()
    • setStep

      public void setStep(int step)
    • paintComponent

      protected void paintComponent(Graphics g2d)
      Overrides:
      paintComponent in class JComponent