Interface IPaletteCompartmentEntry

All Superinterfaces:
IPaletteEntry
All Known Implementing Classes:
PaletteCompartmentEntry

public interface IPaletteCompartmentEntry extends IPaletteEntry
The Interface IPaletteCompartmentEntry.
  • Method Details

    • getToolEntries

      List<IToolEntry> getToolEntries()
      Gets the tool entries.
      Returns:
      the tool entries inside this compartment
    • setInitiallyOpen

      void setInitiallyOpen(boolean initiallyOpen)
      set the initial open state of the compartment.
      Parameters:
      initiallyOpen - the initially open
    • isInitiallyOpen

      boolean isInitiallyOpen()
      provide the initial open state of the compartment.
      Returns:
      the open state