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

jdplus.toolkit.desktop.plugin.util.SwingProperties Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jdplus.toolkit.desktop.plugin.util;

/**
 *
 * @author Philippe Charles
 */
public final class SwingProperties {

    private SwingProperties() {
        // static class
    }
    public static final String TABLE_DROP_LOCATION_PROPERTY = "dropLocation";
    public static final String TABLE_SELECTION_MODEL_PROPERTY = "selectionModel";
    public static final String TABLE_MODEL_PROPERTY = "model";
    public static final String TABLE_ROW_HEIGHT_PROPERTY = "rowHeight";
    public static final String SPIN_FIELD_VALUE_PROPERTY = "value";
    public static final String LABEL_TEXT_PROPERTY = "text";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy