Class SimpleProbeEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SimpleProbeEditor extends SimpleBeanEditor<Probe<?>>
SimpleProbeEditor
See Also:
  • Constructor Details

    • SimpleProbeEditor

      public SimpleProbeEditor(Frame owner, Probe<?> bean)
    • SimpleProbeEditor

      public SimpleProbeEditor(Frame owner, Probe<?> bean, boolean visible)
  • Method Details

    • getProbe

      public Probe<?> getProbe()
      Get the probe to edit
      Returns:
      probe associated with this editor