Class DatasetsComponent

java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.DatasetsComponent
All Implemented Interfaces:
IObserver

public class DatasetsComponent extends GuiComponent implements IObserver
  • Constructor Details

    • DatasetsComponent

      public DatasetsComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage, CatalogManager catalogManager)
  • Method Details

    • initialize

      public void initialize(float componentWidth)
      Description copied from class: GuiComponent
      Initialises the component.
      Specified by:
      initialize in class GuiComponent
      Parameters:
      componentWidth - The target width of the component.
    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.
    • dispose

      public void dispose()
      Description copied from class: GuiComponent
      Disposes the component.
      Specified by:
      dispose in class GuiComponent