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

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

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

revision 1775 by iliev, Sun May 4 18:40:13 2008 UTC revision 1776 by iliev, Thu Sep 11 18:48:36 2008 UTC
# Line 142  public abstract class JSChannelsPane ext Line 142  public abstract class JSChannelsPane ext
142          public abstract int getSelectedChannelCount();          public abstract int getSelectedChannelCount();
143                    
144          /**          /**
145             * Selects the specified channel.
146             */
147            public abstract void setSelectedChannel(JSChannel channel);
148            
149            /**
150           * Removes all selected channels in this channels pane.           * Removes all selected channels in this channels pane.
151           * Notice that this method does not remove any channels in the back-end.           * Notice that this method does not remove any channels in the back-end.
152           * It is invoked after the channels are already removed in the back-end.           * It is invoked after the channels are already removed in the back-end.

Legend:
Removed from v.1775  
changed lines
  Added in v.1776

  ViewVC Help
Powered by ViewVC