|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
JScrollInternalFrame |
getAssociatedFrame()
returns the associated frame |
void |
setAssociatedFrame(JScrollInternalFrame associatedFrame)
sets the associated frame |
Method Detail |
public JScrollInternalFrame getAssociatedFrame()
public void setAssociatedFrame(JScrollInternalFrame associatedFrame)
associatedFrame
- the JScrollInternalFrame to associate with
the object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |