Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
a23cd717
Commit
a23cd717
authored
14 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
added property related IDs as public attributes to property service
added property service to kernel guide
parent
4b2dcd64
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/IPropertiesService.java
+10
-0
10 additions, 0 deletions
...g/fortiss/tooling/kernel/services/IPropertiesService.java
with
10 additions
and
0 deletions
org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/services/IPropertiesService.java
+
10
−
0
View file @
a23cd717
...
...
@@ -34,4 +34,14 @@ public interface IPropertiesService {
/** The tabbed property sheet contributor ID. */
public
static
final
String
TABBED_PROPERTY_CONTRIBUTOR_ID
=
"org.fortiss.tooling.kernel.properties.Contributor"
;
/** The property category used for all sections of the contributor. */
public
static
final
String
PROPERTY_CATEGORY
=
"main"
;
/** The ID of the general properties tab. */
public
static
final
String
GENERAL_PROPERTY_TAB_ID
=
"org.fortiss.tooling.kernel.property.tab.general"
;
/** The ID of the internal properties tab. */
public
static
final
String
INTERNAL_PROPERTY_TAB_ID
=
"org.fortiss.tooling.kernel.property.tab.internal"
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment