1 18 19 package org.objectweb.jac.aspects.gui; 20 21 import org.objectweb.jac.core.Display; 22 import java.util.Collection ; 23 24 30 public interface CustomizedDisplay extends Display { 31 37 CustomizedView getCustomizedView(String customizedID); 38 39 44 Collection getCustomizedViews(); 45 46 54 ViewFactory getFactory(); 55 56 60 void addTimedoutDialog(DialogView dialog); 61 62 68 void closeWindow(View window, boolean validate); 69 70 } 71 | Popular Tags |