Class TimeDisplayController

java.lang.Object
gg.xp.xivsupport.gui.tables.timedisplay.TimeDisplayController

public class TimeDisplayController extends Object
  • Constructor Details

    • TimeDisplayController

      public TimeDisplayController()
  • Method Details

    • offsetForEvent

      public Duration offsetForEvent(@NotNull @NotNull Event other)
    • updateSelection

      public void updateSelection()
    • setDisplayMode

      public void setDisplayMode(TimeDisplayOption currentSetting)
    • formatForEvent

      public String formatForEvent(Event e)
    • setSelectionSupplier

      public void setSelectionSupplier(Supplier<@Nullable Event> selectionSupplier)
    • setUpdateCallback

      public void setUpdateCallback(Runnable updateCallback)
    • configureWidget

      public Component configureWidget(TableWithFilterAndDetails<Event,?> table)
    • getColumnDef

      public CustomColumn<? super Event> getColumnDef()