Subversion Repository Public Repository

Pharmacy_09_03_18

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
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
 * 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 ButtonType.
 *
 * @author dhilshuk Reddy
 */
public class ButtonType {

	/** The Constant BUTTON_ROUNDED_RECTANGLUR. */
	public static final String BUTTON_ROUNDED_RECTANGLUR = "Rounded Rectangle";
	
	/** The Constant BUTTON_RECTANGULAR. */
	public static final String BUTTON_RECTANGULAR = "Rectangle";
	
	/** The Constant BUTTON_OVAL. */
	public static final String BUTTON_OVAL = "Oval";
	
	/** The Constant BUTTON_CIRCULAR. */
	public static final String BUTTON_CIRCULAR = "Circle";
	
	/** The Constant BUTTON_ARROW. */
	public static final String BUTTON_ARROW = "Arrow";
	
	/** The Constant BUTTON_ELLIPSE. */
	public static final String BUTTON_ELLIPSE = "Ellipse";
	
	/** The Constant BUTTON_ROUNDED. */
	public static final String BUTTON_ROUNDED = "Rounded";

}

Commits for Pharmacy_09_03_18/Dr Gyana ProjectSpace/DrGyanaCommonUtil/src/main/java/com/bestray/healthcarecommonutil/util/ButtonType.java

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 27 Jul, 2018 07:30:57 +0000