Skip to content

Package io.github.qishr.cascara.ui.theme

Class CodeTokenCategory

java.lang.Object
        io.github.qishr.cascara.ui.theme.CodeTokenCategory


public class CodeTokenCategory

Constructor Summary

Constructor Description
CodeTokenCategory()

Method Summary

Modifier and Type Method Description
public String getColor()
public void setColor(String color)
public String getName()
public void setName(String name)
public List<String> getScope()
public void setScope(List<String> scope)
public List<Property> getSettings()
public void setSettings(List<Property> settings)
public Property get(String name)
public void setValue(String name, String value)

Method Details

getColor

public String getColor()


setColor

public void setColor(String color)


getName

public String getName()


setName

public void setName(String name)


getScope

public List<String> getScope()


setScope

public void setScope(List<String> scope)


getSettings

public List<Property> getSettings()


setSettings

public void setSettings(List<Property> settings)


get

public Property get(String name)


setValue

public void setValue(String name, String value)