Class PanelAddressBar

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PanelAddressBar extends JPanel
Create panel at the top of the window. Contains textfields in a panel.
See Also:
  • Constructor Details

    • PanelAddressBar

      public PanelAddressBar()
  • Method Details

    • setMethodInjection

      public void setMethodInjection(AbstractMethodInjection methodInjection)
    • isAdvanceActivated

      public boolean isAdvanceActivated()
    • getTextFieldAddress

      public JTextField getTextFieldAddress()
    • getTextFieldRequest

      public JTextField getTextFieldRequest()
    • getTextFieldHeader

      public JTextField getTextFieldHeader()
    • getMethodInjection

      public AbstractMethodInjection getMethodInjection()
    • getPanelTrailingAddress

      public PanelTrailingAddress getPanelTrailingAddress()
    • getTypeRequest

      public String getTypeRequest()
    • getAtomicRadioRequest

      public JRadioButton getAtomicRadioRequest()
    • getAtomicRadioMethod

      public JRadioButton getAtomicRadioMethod()
    • getAtomicRadioHeader

      public JRadioButton getAtomicRadioHeader()