예제 #1
0
 public static final void installComponent(FileSystemSandBoxComponent component_to_install) {
   componentInstaller.installComponent(component_to_install);
 }
예제 #2
0
 public static final FileSystemSandBoxComponent component() {
   return componentInstaller.getComponent();
 }
예제 #3
0
 public static final FileSystemSandBoxComponent invoke() {
   return componentInstaller.invokeComponent();
 }
예제 #4
0
 public static final void installComponent(UIStarterComponent component_to_install) {
   componentInstaller.installComponent(component_to_install);
 }
예제 #5
0
 public static final UIStarterComponent component() {
   return componentInstaller.getComponent();
 }
예제 #6
0
 public static final UIStarterComponent invoke() {
   return componentInstaller.invokeComponent();
 }