Class ModuleFolderPropCnr

All Implemented Interfaces:
IPropDesigner, ISynchronizeEclipseMarkers, EventListener, IGProp<GProp<?>[]>, IPropCnr, ISelectorExpression, ISynchronizeMarkers, Cloneable, IAdaptable

public class ModuleFolderPropCnr extends FolderPropCnr
The module root property container.
Author:
Christopher Mindus
  • Constructor Details Link icon

    • ModuleFolderPropCnr Link icon

      public ModuleFolderPropCnr()
      Default for clipboard/drag-drop.
  • Method Details Link icon

    • getModel Link icon

      public ModuleModel getModel()
      Gets the model.
    • getRoot Link icon

      public ModuleRootPropCnr getRoot()
      The root.
    • getModuleFolder Link icon

      public ModuleFolder getModuleFolder()
      The folder.
    • getProject Link icon

      public IProject getProject()
      Gets the project.
      Returns:
      The project.
    • setAttachment Link icon

      public void setAttachment(String name, Object object)
      Assigns a named attachment to this container.
    • getAttachment Link icon

      public Object getAttachment(String name)
      Gets a named attachment of this container.
    • getAttachments Link icon

      public Object[] getAttachments()
      Gets all named attachments.