- All Superinterfaces:
Described
- All Known Implementing Classes:
ProjectDirectory
,ProjectSelection
This interface add some described parameters for project directories.
The described items are used for displaying, parsing and opening a
list of projects descriptions. Obtained, for instance, by querying the
gallery or the set of local examples.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Constant forDescribed.getDescription(String)
specifying some authors.static final String
Constant forDescribed.getDescription(String)
specifying the category.static final String
Constant forDescribed.getDescription(String)
specifying an imagestatic final String
Constant forDescribed.getDescription(String)
specifying the Project name.static final String
Constant forDescribed.getDescription(String)
specifying the tags.Fields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE
-
Method Summary
Methods inherited from interface de.grogra.util.Described
getDescription
-
Field Details
-
TAGS
Constant forDescribed.getDescription(String)
specifying the tags. The returned value has to be aString
.- See Also:
-
IMAGE
Constant forDescribed.getDescription(String)
specifying an image- See Also:
-
AUTHORS
Constant forDescribed.getDescription(String)
specifying some authors.- See Also:
-
CATEGORY
Constant forDescribed.getDescription(String)
specifying the category.- See Also:
-
PROJECT_NAME
Constant forDescribed.getDescription(String)
specifying the Project name.- See Also:
-