Class AttachmentsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AttachmentsPanel extends JPanel
JPanel for attachments
Author:
anahata
See Also:
  • Field Details

    • stagedParts

      public final List<com.google.genai.types.Part> stagedParts
  • Constructor Details

    • AttachmentsPanel

      public AttachmentsPanel()
  • Method Details

    • getStagedParts

      public List<com.google.genai.types.Part> getStagedParts()
    • clearStagedParts

      public void clearStagedParts()
    • showFileChooser

      public void showFileChooser()
    • updateStagedFilesUI

      public void updateStagedFilesUI()
    • addAll

      public void addAll(Collection<File> files)
    • addStagedFile

      public void addStagedFile(File file)