Interface Icons
public interface Icons
Interface for holding application icons.
- Author:
- bahlef
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Path to the DBeaver icon.static final String
Path to the Eclipse icon.static final String
Path to the external icon.static final String
Path to the Google icon.static final Icon
DBeaver icon.static final Icon
Eclipse icon.static final Icon
External icon.static final Icon
Google icon.static final Icon
Jackson icon.static final Icon
Jsoup icon.static final Icon
manticore-projects icon.static final Icon
NetBeans icon.static final Icon
revelc.net icon.static final Icon
Spring icon.static final String
Path to the FasterXML Jackson icon.static final String
Path to the Jsoup icon.static final String
Path to the manticore-projects icon.static final String
Path to the NetBeans icon.static final String
Path to the revelc.net icon.static final String
Path to the Spring icon.
-
Field Details
-
EXTERNAL_FORMATTER_ICON_PATH
Path to the external icon.- See Also:
-
ECLIPSE_ICON_PATH
Path to the Eclipse icon.- See Also:
-
GOOGLE_ICON_PATH
Path to the Google icon.- See Also:
-
SPRING_ICON_PATH
Path to the Spring icon.- See Also:
-
JACKSON_ICON_PATH
Path to the FasterXML Jackson icon.- See Also:
-
REVELC_ICON_PATH
Path to the revelc.net icon.- See Also:
-
JSOUP_ICON_PATH
Path to the Jsoup icon.- See Also:
-
NETBEANS_ICON_PATH
Path to the NetBeans icon.- See Also:
-
MANTICORE_ICON_PATH
Path to the manticore-projects icon.- See Also:
-
DBEAVER_ICON_PATH
Path to the DBeaver icon.- See Also:
-
ICON_EXTERNAL
External icon. -
ICON_ECLIPSE
Eclipse icon. -
ICON_GOOGLE
Google icon. -
ICON_SPRING
Spring icon. -
ICON_JACKSON
Jackson icon. -
ICON_REVELC
revelc.net icon. -
ICON_JSOUP
Jsoup icon. -
ICON_NETBEANS
NetBeans icon. -
ICON_MANTICORE
manticore-projects icon. -
ICON_DBEAVER
DBeaver icon.
-