Subversion Repository Public Repository

Satyam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * Copyright (c) 2012, Dhilshuk Reddy All rights reserved.
 * 
 * Permission to use, copy, modify, and distribute SwingJD software is freely
 * granted, provided that this notice is preserved.
 */
package com.bestray.healthcarecommonutil.util;

// TODO: Auto-generated Javadoc
/**
 * The Class ThemeType.
 *
 * @author dhilshuk
 */
public class ThemeType {

	/** The Constant GLOSSY_THEME. */
	public static final String GLOSSY_THEME = "GLOSSY";
	
	/** The Constant GRADIENT_THEME. */
	public static final String GRADIENT_THEME = "GRADIENT";
	
	/** The Constant STANDARD_THEME. */
	public static final String STANDARD_THEME = "STANDARD";
}

Commits for Satyam/AuroCareCommonUtil/src/main/java/com/bestray/healthcarecommonutil/util/ThemeType.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000