
com.dlsc.preferencesfx.util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of preferencesfx-core Show documentation
Show all versions of preferencesfx-core Show documentation
A framework for quickly creating a UI for setting application
preferences.
package com.dlsc.preferencesfx.util;
/**
* Stores all of the constants used in PreferencesFX.
*
* @author François Martin
* @author Marco Sanfratello
*/
public class Constants {
public static final String SELECTED_CATEGORY = "SELECTED_CATEGORY";
public static final String DIVIDER_POSITION = "DIVIDER_POSITION";
public static final String BREADCRUMB_DELIMITER = "#";
public static final double DEFAULT_DIVIDER_POSITION = 0.2;
public static final int DEFAULT_CATEGORY = 0;
public static final int DEFAULT_PREFERENCES_WIDTH = 1000;
public static final int DEFAULT_PREFERENCES_HEIGHT = 700;
public static final int DEFAULT_PREFERENCES_POS_X = 700;
public static final int DEFAULT_PREFERENCES_POS_Y = 500;
public static final int SCROLLBAR_SUBTRACT = 20;
public static final String WINDOW_WIDTH = "WINDOW_WIDTH";
public static final String WINDOW_HEIGHT = "WINDOW_HEIGHT";
public static final String WINDOW_POS_X = "WINDOW_POS_X";
public static final String WINDOW_POS_Y = "WINDOW_POS_Y";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy