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

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/ChannelView.java

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

revision 1736 by iliev, Sun May 4 18:40:13 2008 UTC revision 1737 by iliev, Thu May 8 17:26:19 2008 UTC
# Line 44  public interface ChannelView { Line 44  public interface ChannelView {
44          /** Reverses configuration which was done during <code>installView</code>. */          /** Reverses configuration which was done during <code>installView</code>. */
45          public void uninstallView();          public void uninstallView();
46                    
47            /**
48             * Creates and installs a channel options view for this channel view.
49             * Note that this method does nothing if there is installed view already.
50             */
51            public void installChannelOptionsView();
52            
53            /**
54             * Reverses configuration which was done during <code>installChannelOptionsView</code>.
55             */
56            public void uninstallChannelOptionsView();
57            
58          public ChannelOptionsView getChannelOptionsView();          public ChannelOptionsView getChannelOptionsView();
59                    
60          /**          /**
# Line 70  public interface ChannelView { Line 81  public interface ChannelView {
81          /** Determines whether the <code>Options</code> button is selected. */          /** Determines whether the <code>Options</code> button is selected. */
82          public boolean isOptionsButtonSelected();          public boolean isOptionsButtonSelected();
83                    
84          /** Sets whether the <code>Options</code> button should be selected or not. */          /**
85             * Sets whether the <code>Options</code> button should be selected or not.
86             * Note that this method does not trigger an actionEvent.
87             */
88          public void setOptionsButtonSelected(boolean b);          public void setOptionsButtonSelected(boolean b);
89                    
90          /**          /**

Legend:
Removed from v.1736  
changed lines
  Added in v.1737

  ViewVC Help
Powered by ViewVC