Class ProjectButton

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class ProjectButton extends MultiActionButton
Displays a project button for the start dialog. Each button will display the project location, modified date, creation date, and size by default. A section for actions will be located at the right-hand side of the component. Actions can be customized by sub-classes or classes using ProjectButton.
See Also:
  • Constructor Details

    • ProjectButton

      public ProjectButton(String projectPath)
    • ProjectButton

      public ProjectButton(File projectFile)
  • Method Details