public final class StepSliderComponentImpl extends Component implements StepSliderComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
StepSliderComponentImpl.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepSliderComponentImpl.Builder |
builder() |
static StepSliderComponentImpl.Builder |
builder(String text) |
static StepSliderComponentImpl |
of(String text,
int defaultStep,
String... steps) |
static StepSliderComponentImpl |
of(String text,
List<String> steps,
int defaultStep) |
static StepSliderComponentImpl |
of(String text,
String... steps) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultStep, getStepspublic static StepSliderComponentImpl of(String text, List<String> steps, int defaultStep)
of in interface StepSliderComponentpublic static StepSliderComponentImpl of(String text, int defaultStep, String... steps)
of in interface StepSliderComponentpublic static StepSliderComponentImpl of(String text, String... steps)
of in interface StepSliderComponentpublic static StepSliderComponentImpl.Builder builder()
builder in interface StepSliderComponentpublic static StepSliderComponentImpl.Builder builder(String text)
builder in interface StepSliderComponentCopyright © 2020 GeyserMC. All rights reserved.