Class ButtonAddressBar

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class ButtonAddressBar extends JButton
A button displayed in address.
See Also:
  • Constructor Details

    • ButtonAddressBar

      public ButtonAddressBar()
      Create a button in address bar.
  • Method Details

    • setInjectionReady

      public void setInjectionReady()
      Replace button with Stop icon ; user can stop current process.
    • setInjectionRunning

      public void setInjectionRunning()
      Replace button with Stop icon ; user can stop current process.
    • setInjectionStopping

      public void setInjectionStopping()
      Replace button with an animated GIF until injection process is finished ; user waits the end of process.
    • getState

      public StateButton getState()
      Return the current state of current process.
      Returns:
      State of process