Class EntityForm<T>

java.lang.Object
org.esa.snap.ui.tooladapter.dialogs.components.EntityForm<T>

public class EntityForm<T> extends Object
Generic form for simplified binding of an object instance. Allows for property dependencies (i.e. if one property changes, a dependent one will change based on a function of the first one). Allows for additional actions to be performed.
  • Constructor Details

  • Method Details

    • getPanel

      public JPanel getPanel()
    • applyChanges

      public T applyChanges()