/[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 1733 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1734 by iliev, Sun May 4 18:40:13 2008 UTC
# Line 160  public abstract class JSChannelsPane ext Line 160  public abstract class JSChannelsPane ext
160           * @param listener The <code>ListSelectionListener</code> to remove.           * @param listener The <code>ListSelectionListener</code> to remove.
161           */           */
162          public abstract void removeListSelectionListener(ListSelectionListener listener);          public abstract void removeListSelectionListener(ListSelectionListener listener);
163            
164            /**
165             * Determines whether the channel list UI should be automatically updated
166             * when channel is added/removed. The default value is <code>true</code>.
167             * @see updateChannelListUI
168             */
169            public abstract boolean getAutoUpdate();
170            
171            /**
172             * Determines whether the channel list UI should be automatically updated
173             * when channel is added/removed.
174             * @see updateChannelListUI
175             */
176            public abstract void setAutoUpdate(boolean b);
177            
178            /**
179             * Updates the channel list UI.
180             * @see setAutoUpdate
181             */
182            public abstract void updateChannelListUI();
183  }  }

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

  ViewVC Help
Powered by ViewVC