Inheritance: java.util.Dictionary, Map, java.lang.Cloneable, java.io.Serializable
 public NetworkTableProvider(NetworkTableNode ntn)
 {
   base.\u002Ector();
   NetworkTableProvider networkTableProvider = this;
   this.tables = new Hashtable();
   this.node = ntn;
 }
示例#2
0
 internal NetworkTable([In] string obj0, [In] NetworkTableProvider obj1)
 {
   base.\u002Ector();
   NetworkTable networkTable = this;
   this.connectionListenerMap = new Hashtable();
   this.listenerMap = new Hashtable();
   this.path = obj0;
   this.entryCache = new NetworkTable.EntryCache(this, obj0);
   this.absoluteKeyCache = new NetworkTable.NetworkTableKeyCache(obj0);
   this.provider = obj1;
   this.node = obj1.getNode();
 }
示例#3
0
        public static Hashtable convert()
        {
            var           hash = new Hashtable();
            List <String> a    = new List <String>();

            foreach (Locale lo in Locale.getAvailableLocales())
            {
                Currency c  = Currency.getInstance(lo);
                String   s  = lo.getCountry();
                String   cu = c.getCurrencyCode();
                hash.put(s, cu);
            }

            return(hash);
        }
示例#4
0
 public EntryCache([In] NetworkTable obj0, [In] string obj1)
 {
   base.\u002Ector();
   NetworkTable.EntryCache entryCache = this;
   this.cache = new Hashtable();
   this.path = obj1;
 }
 private static void init()
 {
   ImageEncoderFactory.encoders = new Hashtable();
   ImageEncoderFactory.encoders.put((object) "jpeg", (object) "org.jfree.chart.encoders.SunJPEGEncoderAdapter");
   try
   {
     Class.forName("javax.imageio.ImageIO", ImageEncoderFactory.__\u003CGetCallerID\u003E());
     Class.forName("org.jfree.chart.encoders.SunPNGEncoderAdapter", ImageEncoderFactory.__\u003CGetCallerID\u003E());
     ImageEncoderFactory.encoders.put((object) "png", (object) "org.jfree.chart.encoders.SunPNGEncoderAdapter");
     ImageEncoderFactory.encoders.put((object) "jpeg", (object) "org.jfree.chart.encoders.SunJPEGEncoderAdapter");
     return;
   }
   catch (ClassNotFoundException ex)
   {
   }
   ImageEncoderFactory.encoders.put((object) "png", (object) "org.jfree.chart.encoders.KeypointPNGEncoderAdapter");
 }
		/// <summary>
		/// Constructs a new <code>BufferedImage</code> with a specified
		/// <code>ColorModel</code> and <code>Raster</code>.
		/// </summary>
		public BufferedImage(ColorModel @cm, WritableRaster @raster, bool @isRasterPremultiplied, Hashtable @properties)
		{
		}
示例#7
0
 public void setProperties(Hashtable props)
 {
     mProperties = props;
 }
示例#8
0
		/// <summary>
		/// Returns a <code>JTree</code> created from a <code>Hashtable</code>
		/// which does not display with root.
		/// </summary>
		public JTree(Hashtable @value)
		{
		}