Example #1
0
 public PropertyDrawer(PerunEditor editor) : base(editor)
 {
 }
Example #2
0
 public ListDrawer(PerunEditor editor) : base(editor)
 {
 }
Example #3
0
 public GenericDrawer(PerunEditor editor) : base(editor)
 {
 }
Example #4
0
 public BaseDrawer(PerunEditor editor)
 {
     _editor = editor;
 }
 public BaseAttributesDrawer(PerunEditor editor) : base(editor)
 {
 }
Example #6
0
 public EnumDrawer(PerunEditor editor) : base(editor)
 {
 }