Esempio n. 1
0
        public Frame()
        {
            //UPGRADE_TODO: Class 'java.util.HashMap' was converted to 'System.Collections.Hashtable' which has a different behavior. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1073_javautilHashMap'"
            exports     = new System.Collections.Hashtable();
            exportDefs  = new System.Collections.ArrayList();
            doActions   = new System.Collections.ArrayList();
            controlTags = new System.Collections.ArrayList();
            imports     = new System.Collections.ArrayList();
            fonts       = new System.Collections.ArrayList();

            doABCs      = new System.Collections.ArrayList();
            symbolClass = new SymbolClass();
        }
Esempio n. 2
0
		public Frame()
		{
			//UPGRADE_TODO: Class 'java.util.HashMap' was converted to 'System.Collections.Hashtable' which has a different behavior. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1073_javautilHashMap'"
			exports = new System.Collections.Hashtable();
			exportDefs = new System.Collections.ArrayList();
			doActions = new System.Collections.ArrayList();
			controlTags = new System.Collections.ArrayList();
			imports = new System.Collections.ArrayList();
			fonts = new System.Collections.ArrayList();
			
			doABCs = new System.Collections.ArrayList();
			symbolClass = new SymbolClass();
		}
Esempio n. 3
0
		public virtual void  mergeSymbolClass(SymbolClass symbolClass)
		{
			SupportClass.MapSupport.PutAll(this.symbolClass.class2tag, symbolClass.class2tag);
		}
Esempio n. 4
0
 public virtual void  mergeSymbolClass(SymbolClass symbolClass)
 {
     SupportClass.MapSupport.PutAll(this.symbolClass.class2tag, symbolClass.class2tag);
 }