1 23 24 package org.objectweb.fractal.gui.model; 25 26 29 30 public interface Configuration { 31 32 37 38 long getChangeCount (); 39 40 45 46 void setChangeCount (long changeCount); 47 48 54 55 Component getRootComponent (); 56 57 65 66 void setRootComponent (Component root); 67 68 69 75 76 String getStorage (); 77 78 84 85 void setStorage (String execd); 86 } 87 | Popular Tags |