*** empty log message ***
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ListBindingConverter.cs
1 //\r
2 // System.Windows.Forms.ListBindingConverter.cs\r
3 //\r
4 // Author:\r
5 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)\r
6 //\r
7 // (C) 2002 Ximian, Inc\r
8 //\r
9 using System.Globalization;\r
10 using System.ComponentModel;\r
11 using System.Collections;\r
12 \r
13 namespace System.Windows.Forms {\r
14 \r
15         // <summary>\r
16         //      This is only a template.  Nothing is implemented yet.\r
17         //\r
18         // </summary>\r
19     public class ListBindingConverter : TypeConverter {\r
20 \r
21                 //\r
22                 //  --- Constructor\r
23                 //\r
24                 [MonoTODO]\r
25                 public ListBindingConverter()\r
26                 {\r
27                         throw new NotImplementedException ();\r
28                 }\r
29 \r
30                 //\r
31                 //  --- Public Methods\r
32                 //\r
33                 //\r
34                 \r
35                 [MonoTODO]\r
36                 public bool CanConvertTo(Type t) \r
37                 {\r
38                         throw new NotImplementedException ();\r
39                 }\r
40                 [MonoTODO]\r
41                 public override bool CanConvertTo(ITypeDescriptorContext context, Type t) \r
42                 {\r
43                         throw new NotImplementedException ();\r
44                 }\r
45                 [MonoTODO]\r
46                 public object ConvertTo(object o, Type t) \r
47                 {\r
48                         throw new NotImplementedException ();\r
49                 }\r
50                 [MonoTODO]\r
51                 public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object o, Type t) \r
52                 {\r
53                         throw new NotImplementedException ();\r
54                 }\r
55                 [MonoTODO]\r
56                 public override object CreateInstance(ITypeDescriptorContext context, IDictionary dict) \r
57                 {\r
58                         throw new NotImplementedException ();\r
59                 }\r
60                 [MonoTODO]\r
61                 public bool GetCreateInstanceSupported() \r
62                 {\r
63                         throw new NotImplementedException ();\r
64                 }\r
65                 [MonoTODO]\r
66                 public override bool GetCreateInstanceSupported(ITypeDescriptorContext context) \r
67                 {\r
68                         throw new NotImplementedException ();\r
69                 }\r
70                 \r
71 \r
72                 \r
73 \r
74 \r
75                 \r
76                 \r
77                 ////Inherited/not needed\r
78                 //public bool CanConvertFrom(Type t)\r
79                 //{\r
80                 //      throw new NotImplementedException ();\r
81                 //}\r
82                 ////Inherited/not needed\r
83                 //public virtual bool (ITypeDescriptorContext context, Type t)\r
84                 //{\r
85                 //      throw new NotImplementedException ();\r
86                 //}\r
87                 ////Inherited/not needed\r
88                 //public object ConvertFrom(object o)\r
89                 //{\r
90                 //      throw new NotImplementedException ();\r
91                 //}\r
92                 ////Inherited/not needed\r
93                 //public virtual object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object o)\r
94                 //{\r
95                 //      throw new NotImplementedException ();\r
96                 //}\r
97                 ////Inherited/not needed\r
98                 //public object ConvertFromInvariantString(string s)\r
99                 //{\r
100                 //      throw new NotImplementedException ();\r
101                 //}\r
102                 ////Inherited/not needed\r
103                 //public object ConvertFromInvariantString(ITypeDescriptorContext context, string s)\r
104                 //{\r
105                 //      throw new NotImplementedException ();\r
106                 //}\r
107                 ////Inherited/not needed\r
108                 //public object ConvertFromString(string s)\r
109                 //{\r
110                 //      throw new NotImplementedException ();\r
111                 //}\r
112                 ////Inherited/not needed\r
113                 //public object ConvertFromString(ITypeDescriptorContext context, string s)\r
114                 //{\r
115                 //      throw new NotImplementedException ();\r
116                 //}\r
117                 ////Inherited/not needed\r
118                 //public object ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, string s)\r
119                 //{\r
120                 //      throw new NotImplementedException ();\r
121                 //}\r
122                 ////Inherited/not needed\r
123                 //public string ConvertToInvariantString(object o)\r
124                 //{\r
125                 //      throw new NotImplementedException ();\r
126                 //}\r
127                 ////Inherited/not needed\r
128                 //public string ConvertToInvariantString(ITypeDescriptorContext context, object o)\r
129                 //{\r
130                 //      throw new NotImplementedException ();\r
131                 //}\r
132                 ////Inherited/not needed\r
133                 //public string ConvertToString(object o)\r
134                 //{\r
135                 //      throw new NotImplementedException ();\r
136                 //}\r
137                 ////Inherited/not needed\r
138                 //public string ConvertToString(ITypeDescriptorContext context, object o)\r
139                 //{\r
140                 //      throw new NotImplementedException ();\r
141                 //}\r
142                 ////Inherited/not needed\r
143                 //public object CreateInstance(IDictionary dict)\r
144                 //{\r
145                 //      throw new NotImplementedException ();\r
146                 //}\r
147                 ////Inherited/not needed\r
148                 //public virtual bool Equals(object o);\r
149                 //{\r
150                 //      throw new NotImplementedException ();\r
151                 //}\r
152                 ////Inherited/not needed\r
153                 //public static bool Equals(object o1, object o2);\r
154                 //{\r
155                 //      throw new NotImplementedException ();\r
156                 //}\r
157                 ////Inherited/not needed\r
158                 //public virtual int GetHashCode()\r
159                 //{\r
160                 //      throw new NotImplementedException ();\r
161                 //}\r
162                 ////Inherited/not needed\r
163                 //public PropertyDescriptorCollection GetProperties(object o)\r
164                 //{\r
165                 //      throw new NotImplementedException ();\r
166                 //}\r
167                 ////Inherited/not needed\r
168                 //public PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object o)\r
169                 //{\r
170                 //      throw new NotImplementedException ();\r
171                 //}\r
172                 ////Inherited/not needed\r
173                 //public bool GetPropertiesObject()\r
174                 //{\r
175                 //      throw new NotImplementedException ();\r
176                 //}\r
177                 ////Inherited/not needed\r
178                 //public virtual bool GetPropertiesObject(ITypeDescriptorContext context)\r
179                 //{\r
180                 //      throw new NotImplementedException ();\r
181                 //}\r
182                 ////Inherited/not needed\r
183                 //public ICollection GetStandardValues()\r
184                 //{\r
185                 //      throw new NotImplementedException ();\r
186                 //}\r
187                 ////Inherited/not needed\r
188                 //public virtual StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)\r
189                 //{\r
190                 //      throw new NotImplementedException ();\r
191                 //}\r
192                 ////Inherited/not needed\r
193                 //public bool GetStandardValuesExclusive()\r
194                 //{\r
195                 //      throw new NotImplementedException ();\r
196                 //}\r
197                 ////Inherited/not needed\r
198                 //public virtual bool GetStandardValuesExclusive(ITypeDescriptorContext context)\r
199                 //{\r
200                 //      throw new NotImplementedException ();\r
201                 //}\r
202                 ////Inherited/not needed\r
203                 //public bool GetStandardValuesSupported()\r
204                 //{\r
205                 //      throw new NotImplementedException ();\r
206                 //}\r
207                 ////Inherited/not needed\r
208                 //public virtual bool GetStandardValuesSupported(ITypeDescriptorContext context)\r
209                 //{\r
210                 //      throw new NotImplementedException ();\r
211                 //}\r
212                 ////Inherited/not needed\r
213                 //public bool IsValid(object o)\r
214                 //{\r
215                 //      throw new NotImplementedException ();\r
216                 //}\r
217                 ////Inherited/not needed\r
218                 //public virtual bool IsValid(ITypeDescriptorContext context, object o)\r
219                 //{\r
220                 //      throw new NotImplementedException ();\r
221                 //}\r
222          }\r
223 }\r