Skip to content

Package io.github.qishr.cascara.ui.api.render

Interface OptionListEditor

java.lang.Object
        io.github.qishr.cascara.ui.api.render.OptionListEditor


public interface OptionListEditor

Method Summary

Modifier and Type Method Description
public abstract String getContentType()
public abstract void configure(ObservableList<?> chosenTags, OptionProvider provider, String parameter)

Method Details

getContentType

public abstract String getContentType()


configure

public abstract void configure(ObservableList<?> chosenTags, OptionProvider provider, String parameter)