All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.factoryfx.dom.rest.GuiNavbarItem Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package io.github.factoryfx.dom.rest;

public class GuiNavbarItem {
    public final String factoryId;

    public GuiNavbarItem(String text, String factoryId) {
        this.factoryId = factoryId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy