org.jscroll.widgets
Interface FrameAccessorInterface

All Known Implementing Classes:
RootRadioButtonMenuItem, RootToggleButton

public interface FrameAccessorInterface

This interface exposes the accessor and mutator (getter and setter) methods required to get and set the internal frame associated with an implementing class. Used by DesktopListener to abstract access to the menu and toggle buttons that implement this interface.

Version:
1.0 2-Aug-2001
Author:
Tom Tessier

Method Summary
 JScrollInternalFrame getAssociatedFrame()
          returns the associated frame
 void setAssociatedFrame(JScrollInternalFrame associatedFrame)
          sets the associated frame
 

Method Detail

getAssociatedFrame

public JScrollInternalFrame getAssociatedFrame()
returns the associated frame

Returns:
the JScrollInternalFrame associated with the object

setAssociatedFrame

public void setAssociatedFrame(JScrollInternalFrame associatedFrame)
sets the associated frame

Parameters:
associatedFrame - the JScrollInternalFrame to associate with the object


Copyright © 2001-2003 JScroll.org. All Rights Reserved.