1 28 package org.objectweb.util.explorer.swing.api; 29 30 import org.objectweb.util.explorer.api.Tree; 31 import org.objectweb.util.explorer.parser.api.ParserConfiguration; 32 33 41 42 public interface SwingExplorer { 43 44 47 public ParserConfiguration getParserConfigurationItf(); 48 49 52 public Tree getTreeItf(); 53 54 57 public Explorer getExplorerItf(); 58 59 62 public ViewPanel getViewPanelItf(); 63 64 67 public StatusBar getStatusBarItf(); 68 69 } 70 | Popular Tags |