-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathomap-configuration.yaml
37 lines (37 loc) · 1.19 KB
/
omap-configuration.yaml
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
!!net.sourceforge.marathon.objectmap.ObjectMapConfiguration
containerNamingProperties:
- className: javafx.stage.Stage
propertyLists:
- priority: 100
properties: [title]
containerRecognitionProperties:
- className: javafx.stage.Stage
propertyLists:
- priority: 100
properties: [title]
generalProperties: [labeledBy, toolTipText, name, labelText, precedingLabel, cText,
iconFile, position, size, accelerator, enabled, toolTipText, fieldName, layoutData.gridx,
layoutData.gridy, layoutData.x, layoutData.y, accessibleContext.accessibleName,
tagName, instanceOf, component.class.name]
namingProperties:
- className: javafx.scene.Node
propertyLists:
- priority: 100
properties: [labeledBy]
- priority: 80
properties: [id]
- priority: 90
properties: [cText]
- priority: 70
properties: [accessibleText]
- priority: 60
properties: [accessibleHelp]
recognitionProperties:
- className: javafx.scene.Node
propertyLists:
- priority: 90
properties: [tagName, Id]
- priority: 80
properties: [tagName, fieldName]
- priority: 100
properties: [tagName, cText]