/[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 1687 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 1688 by iliev, Thu Feb 14 16:52:36 2008 UTC
# Line 37  import javax.swing.JFrame; Line 37  import javax.swing.JFrame;
37  import org.jsampler.CC;  import org.jsampler.CC;
38  import org.jsampler.JSampler;  import org.jsampler.JSampler;
39  import org.jsampler.Prefs;  import org.jsampler.Prefs;
40    import org.jsampler.Server;
41    
42  import org.jsampler.event.SamplerChannelListEvent;  import org.jsampler.event.SamplerChannelListEvent;
43  import org.jsampler.event.SamplerChannelListListener;  import org.jsampler.event.SamplerChannelListListener;
# Line 158  public abstract class JSMainFrame extend Line 159  public abstract class JSMainFrame extend
159          public abstract JSChannelsPane getSelectedChannelsPane();          public abstract JSChannelsPane getSelectedChannelsPane();
160                    
161          /**          /**
162             * Gets the server address to which to connect. If the server should be
163             * manually selected, a dialog asking the user to choose a server is displayed.
164             */
165            public abstract Server getServer();
166            
167            /**
168             * Gets the server address to which to connect. If the server should be
169             * manually selected, a dialog asking the user to choose a server is displayed.
170             * @param manualSelect Determines whether the server should be manually selected.
171             */
172            public abstract Server getServer(boolean manualSelect);
173            
174            /**
175           * Sets the <code>JSChannelsPane</code> to be selected.           * Sets the <code>JSChannelsPane</code> to be selected.
176           * @param pane The <code>JSChannelsPane</code> to be shown.           * @param pane The <code>JSChannelsPane</code> to be shown.
177           */           */

Legend:
Removed from v.1687  
changed lines
  Added in v.1688

  ViewVC Help
Powered by ViewVC