예제 #1
0
 public static final void installComponent(FileSystemSandBoxComponent component_to_install) {
   componentInstaller.installComponent(component_to_install);
 }
예제 #2
0
 public static final void installComponent(UIStarterComponent component_to_install) {
   componentInstaller.installComponent(component_to_install);
 }