/[svn]/jsampler/trunk/src/org/jsampler/view/JSMainFrame.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/JSMainFrame.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1882 by iliev, Mon Mar 16 22:12:32 2009 UTC revision 1883 by iliev, Sun Apr 5 09:15:35 2009 UTC
# Line 43  import javax.swing.event.ListSelectionLi Line 43  import javax.swing.event.ListSelectionLi
43    
44  import org.jsampler.CC;  import org.jsampler.CC;
45  import org.jsampler.JSampler;  import org.jsampler.JSampler;
46    import org.jsampler.LSConsoleModel;
47  import org.jsampler.SamplerChannelModel;  import org.jsampler.SamplerChannelModel;
48  import org.jsampler.Server;  import org.jsampler.Server;
49    
# Line 231  public abstract class JSMainFrame extend Line 232  public abstract class JSMainFrame extend
232           * @param manualSelect Determines whether the server should be manually selected.           * @param manualSelect Determines whether the server should be manually selected.
233           */           */
234          public abstract Server getServer(boolean manualSelect);          public abstract Server getServer(boolean manualSelect);
235    
236            /**
237             * Gets the LS Console model.
238             * @return The LS Console model or <code>null</code>.
239             */
240            public LSConsoleModel
241            getLSConsoleModel() { return null; }
242                    
243          /**          /**
244           * Sets the <code>JSChannelsPane</code> to be selected.           * Sets the <code>JSChannelsPane</code> to be selected.

Legend:
Removed from v.1882  
changed lines
  Added in v.1883

  ViewVC Help
Powered by ViewVC