Class WorkspacePanelResources

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

public class WorkspacePanelResources extends AbstractWorkspacePanel
See Also:
  • Field Details

    • workspacePanelTextures

      public final WorkspacePanelTextures workspacePanelTextures
    • workspacePanelSounds

      public final WorkspacePanelSounds workspacePanelSounds
    • workspacePanelModels

      public final WorkspacePanelModels workspacePanelModels
    • workspacePanelStructures

      public final WorkspacePanelStructures workspacePanelStructures
    • workspacePanelScreenshots

      public final net.mcreator.ui.workspace.resources.WorkspacePanelScreenshots workspacePanelScreenshots
  • Constructor Details

    • WorkspacePanelResources

      public WorkspacePanelResources(WorkspacePanel workspacePanel)
  • Method Details

    • addResourcesTab

      public void addResourcesTab(String title, Component component)
      Adds a new resource section to this panel.
      Parameters:
      title - The name of the section shown in the workspace.
      component - The panel representing contents of the resources tab being added.
    • isSupportedInWorkspace

      public boolean isSupportedInWorkspace()
      Description copied from class: AbstractWorkspacePanel
      Determines whether the section will be registered but not shown in the workspace when registered.
      Overrides:
      isSupportedInWorkspace in class AbstractWorkspacePanel
      Returns:
      Whether the section will be registered but not shown in the workspace when registered.
    • reloadElements

      public void reloadElements()
    • refilterElements

      public void refilterElements()