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

org.valkyriercp.core.LabelConfigurable Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package org.valkyriercp.core;

import org.valkyriercp.core.support.LabelInfo;

/**
 * An object that can be labeled; where a label consists of text and mnemonic.
 *
 * @author Keith Donald
 */
public interface LabelConfigurable {

    /**
     * Sets the label information.
     * @param label The label information.
     */
    public void setLabelInfo(LabelInfo label);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy