Esempio n. 1
0
 private EditorRow(TemplateEditor enclosingInstance, DeleteButton deleteButton, JLabel rowLabel, JComboBox typeBox, JTextField nameField)
 {
     InitBlock(enclosingInstance);
     this.deleteButton = deleteButton;
     this.rowLabel     = rowLabel;
     this.typeBox      = typeBox;
     this.nameField    = nameField;
 }
Esempio n. 2
0
 private DeleteButton(TemplateEditor enclosingInstance, ImageIcon icon, int row) : base(icon)
 {
     InitBlock(enclosingInstance);
     this.row = row;
 }
Esempio n. 3
0
 private void  InitBlock(TemplateEditor enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 4
0
 private void InitBlock(TemplateEditor enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
Esempio n. 5
0
 private EditorRow(TemplateEditor enclosingInstance, DeleteButton deleteButton, JLabel rowLabel, JComboBox typeBox, JTextField nameField)
 {
     InitBlock(enclosingInstance);
     this.deleteButton = deleteButton;
     this.rowLabel = rowLabel;
     this.typeBox = typeBox;
     this.nameField = nameField;
 }
Esempio n. 6
0
 private DeleteButton(TemplateEditor enclosingInstance, ImageIcon icon, int row)
     : base(icon)
 {
     InitBlock(enclosingInstance);
     this.row = row;
 }