org.jesktop.frimble
Interface FrimbleAware
- All Known Implementing Classes:
- FrimbleDemo, FrimbleDemo3
- public interface FrimbleAware
Interface FrimbleAware allows apps to have menus and titles (plus more)
without being tied to JFrame etc.
- Version:
- $Revision: 1.1 $
- Author:
- Paul_Hammant@yahoo.com Dec 2000.
Method Summary |
void |
setFrimble(Frimble frimble)
Method setFrimble allows the JComponent based app to be given a way of
interacting with it's menu and title (and others) without knowing the
implementation of that container. |
setFrimble
public void setFrimble(Frimble frimble)
- Method setFrimble allows the JComponent based app to be given a way of
interacting with it's menu and title (and others) without knowing the
implementation of that container.
This is the point at which the app may choose to instantiate and place it
view.
- Parameters:
frimble
- the frimble that has the methods needed for container
interaction.
Copyright © 2004 Jesktop Project. All Rights Reserved.