Class NamedItemDefinitionPanel<T>

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.iamsoft.util.ui.swing.nameditem.NamedItemDefinitionPanel<T>
Type Parameters:
T - Type of element managed in panel.
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

@Deprecated public class NamedItemDefinitionPanel<T> extends JPanel
Deprecated.
Deprecated.
Define NamedItemModel items. Maintains two models: the primary version (getSharedModel()) and a working copy (getWorkingCopy()). The working copy is taken from the list panel component. Because entries are immutable, a shallow model copy is sufficient.
NamedItemListPanel
NamedItemList
Details Panel
See Also:
  • Field Details

    • MIXED_STR

      public static final String MIXED_STR
      Deprecated.
      Text used to indicate that selected items have two or more distinct values for a particular field.
      See Also:
  • Constructor Details

  • Method Details

    • getListPanel

      public NamedItemListPanel<T> getListPanel()
      Deprecated.
    • getSharedModel

      public NamedItemModel<T> getSharedModel()
      Deprecated.
    • getApplyAction

      public Action getApplyAction()
      Deprecated.
    • getRevertAction

      public Action getRevertAction()
      Deprecated.