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

Diff of /jsampler/trunk/src/org/jsampler/view/classic/ChannelsPane.java

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

revision 1733 by iliev, Sat Sep 1 13:46:04 2007 UTC revision 1734 by iliev, Sun May 4 18:40:13 2008 UTC
# Line 278  public class ChannelsPane extends JSChan Line 278  public class ChannelsPane extends JSChan
278                                                    
279          }          }
280                    
281            /**
282             * Determines whether the channel list UI should be automatically updated
283             * when channel is added/removed. The default value is <code>true</code>.
284             * @see updateChannelListUI
285             */
286            public boolean
287            getAutoUpdate() { return chnList.getAutoUpdate(); }
288            
289            /**
290             * Determines whether the channel list UI should be automatically updated
291             * when channel is added/removed.
292             * @see updateChannelListUI
293             */
294            public void
295            setAutoUpdate(boolean b) { chnList.setAutoUpdate(b); }
296            
297            /**
298             * Updates the channel list UI.
299             * @see setAutoUpdate
300             */
301            public void
302            updateChannelListUI() { chnList.updateList(); }
303            
304                                    
305          public void          public void
306          moveSelectedChannelsOnTop() {          moveSelectedChannelsOnTop() {

Legend:
Removed from v.1733  
changed lines
  Added in v.1734

  ViewVC Help
Powered by ViewVC