Class CheckoutsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CheckoutsPanel extends JPanel
Panel that shows check out information for a domain file.
See Also:
  • Constructor Details

    • CheckoutsPanel

      public CheckoutsPanel(Component parent, PluginTool tool, User user, DomainFile domainFile, ItemCheckoutStatus[] checkouts)
      Constructor
      Parameters:
      parent - parent dialog
      tool - tool to get project data for adding a listener
      user - user that is logged in
      domainFile - domain file to view checkouts
      checkouts - the checkouts to show
  • Method Details

    • dispose

      public void dispose()
    • createActions

      public void createActions(DialogComponentProvider provider)
    • getSelectedRows

      public int[] getSelectedRows()