1 19 20 package org.netbeans.modules.properties; 21 22 import org.openide.util.RequestProcessor; 23 24 30 public class PropertiesRequestProcessor { 31 32 33 private final static RequestProcessor requestProcessor = 34 new RequestProcessor ("org.netbeans.modules.properties.PropertiesRequestProcessor"); 35 36 37 public PropertiesRequestProcessor() { 38 } 39 40 45 public static RequestProcessor getInstance() { 46 return requestProcessor; 47 } 48 49 } 50 | Popular Tags |