My favorites | Sign in
Project Logo
                
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
JPanel:
- JSplitPane(name=split1):
- JPanel(name=rulePanel):
- JLabel(name=nameLabel, text=Name)
- JTextField(name=nameTextField, text=MigLayout in debug mode)
- JLabel(name=iteratorTypeLabel, text=Iterator Type)
- JTextField(name=iteratorTypeTextField)
- JLabel(name=abstractLabel, text=Abstract)
- JCheckBox(name=abstractCheckBox, text=" ")
- JLabel(name=inheritsLabel, text=Inherits)
- JTextField(name=inheritsTextField)
- JLabel(name=beanLabel, text=Bean)
- JTextField(name=beanTextField)
- JBSeparator(name=parentReferences,text=Parent References)
- JScrollPane(name=scrollPane): JList(name=parentRefList)
- JButton(name=addParentButton, text=Add Parent)
- JButton(name=deleteParentButton, text=Delete Parent)
- JButton(name=moveUpButton, text=Move Up)
- JButton(name=moveDownButton, text=Move Down)
- JBSeparator(name=childReferences,text=Child References)
- JScrollPane(name=childRefScroll): JList(name=childRefList)
- JButton(name=addChildButton, text=Add Parent)
- JButton(name=deleteChildButton, text=Delete Parent)
- JButton(name=moveChildUpButton, text=Move Up)
- JButton(name=moveChildDownButton, text=Move Down)
- JButton(name=dependentsButton, text=Dependents)
- JButton(name=saveButton, text=Save)
- JButton(name=cancelButton, text=Cancel)
- MigLayout: |
[[debug]]
[] [grow] [pref] [grow]
nameLabel=3x nameTextField+*
iteratorTypeLabel iteratorTypeTextField=1 abstractLabel abstractCheckBox
inheritsLabel=3x inheritsTextField=1 beanLabel beanTextField=1
parentReferences+*
scrollPane+* [grow,200px]
|addParentButton+*=2,deleteParentButton=2,moveUpButton=2,moveDownButton=2
childReferences+*
childRefScroll+* [grow,200px]
|addChildButton+*=3,deleteChildButton=3,moveChildUpButton=3,moveChildDownButton=3 [] 16lp
|dependentsButton+*,saveButton=4,cancelButton=4
- JPanel(name=sourcePanel):
- JLabel(name=sourceLabel,text="YAML source:")
- JScrollPane(name=scrollSource): JTextArea(name=source,editable=false,font=Monospaced)
- MigLayout: |
[grow]
sourceLabel
scrollSource [grow]
- MigLayout: |
[grow]
split1 [grow]
bind:
- source.text: this.yaml
Show details Hide details

Change log

r658 by jacek99 on Jul 26, 2008   Diff
Next round of enhancements for 0.2
Go to: 
Project members, sign in to write a code review

Older revisions

r642 by jacek99 on Jul 19, 2008   Diff
Next round of enhancements for 0.2
r546 by jacek99 on Jun 24, 2008   Diff
fixes
All revisions of this file

File info

Size: 2953 bytes, 53 lines
Hosted by Google Code