Class ItemEditor<T>

Type Parameters:
T - the generic type
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ItemEditor<T> extends JFrame
The Class ItemEditor.
See Also:
  • Constructor Details

  • Method Details

    • setCaption

      public void setCaption(String caption)
      Sets the caption.
      Parameters:
      caption - the new caption
    • setItem

      public void setItem(T item)
      Sets the item.
      Parameters:
      item - the new item