|
java-gnome version 4.1.2 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.freedesktop.bindings.Flag
org.gnome.gtk.License
public class License
Constants used to specify the type of license for an application.
| Field Summary | |
|---|---|
static License |
ARTISTIC
The Artistic License, version 2.0. |
static License |
BSD
The BSD standard license. |
static License |
CUSTOM
A license text is to be specified by the developer. |
static License |
GPL_2_0
The GNU General Public License, version 2.0. |
static License |
GPL_3_0
The GNU General Public License, version 3.0. |
static License |
LGPL_2_1
The GNU Lesser General Public License, version 2.1. |
static License |
LGPL_3_0
The GNU Lesser General Public License, version 3.0. |
static License |
MIT_X11
The MIT/X11 standard license. |
static License |
UNKNOWN
No license specified. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Flag |
|---|
contains |
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final License ARTISTIC
public static final License BSD
public static final License CUSTOM
public static final License GPL_2_0
public static final License GPL_3_0
public static final License LGPL_2_1
public static final License LGPL_3_0
public static final License MIT_X11
public static final License UNKNOWN
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||