Uses of Interface
org.jesktop.frimble.Frimble

Packages that use Frimble
org.jesktop   
org.jesktop.frimble   
org.jesktop.frimble.demo   
org.jesktop.frimble.demo2   
org.jesktop.frimble.demo3   
org.jesktop.services   
 

Uses of Frimble in org.jesktop
 

Methods in org.jesktop that return Frimble
 Frimble WindowManager.createFrimble(java.lang.String displayName)
           
 

Methods in org.jesktop with parameters of type Frimble
 void Decorator.decorate(Frimble frimble, LaunchableTarget launchableTarget)
          Method decorate is called when a new frimble has been openon of the desktop.
 

Uses of Frimble in org.jesktop.frimble
 

Classes in org.jesktop.frimble that implement Frimble
 class AbstractFrimble
          AbstractFrimble is just a helper class.
 class JFrameFrimble
           
 class JFrimble
           
 class JInternalFrameFrimble
           
 

Methods in org.jesktop.frimble that return Frimble
 Frimble JInternalFrameFrimbleFactory.getFrimble()
          Method getFrimble
 Frimble JInternalFrameFrimbleFactory.getFrimble(java.lang.String title)
          Method getFrimble
protected  Frimble JInternalFrameFrimble.makeFrimble2(FrimbleAware frimbleAwareComponent)
           
 Frimble JFrimble.getFrimble()
          Method getFrimble
 Frimble JFrimble.makeFrimble(FrimbleAware frimbleAwareComponent)
          Method makeFrimble
 Frimble JFrameFrimbleFactory.getFrimble()
          Method getFrimble
 Frimble JFrameFrimbleFactory.getFrimble(java.lang.String title)
          Method getFrimble
protected  Frimble JFrameFrimble.makeFrimble2(FrimbleAware frimbleAwareComponent)
           
 Frimble FrimbleFactory.getFrimble()
          Method getFrimble
 Frimble FrimbleFactory.getFrimble(java.lang.String title)
          Method getFrimble
 Frimble FrimbleEvent.getFrimble()
          Method getFrimble
 Frimble FrimbleCallback.makeFrimble(FrimbleAware frimbleAware)
           
 Frimble Frimble.makeFrimble(FrimbleAware frimbleAwareComponent)
          Method makeFrimble
 Frimble AbstractFrimble.makeFrimble(FrimbleAware frimbleAwareComponent)
          Method makeFrimble
protected abstract  Frimble AbstractFrimble.makeFrimble2(FrimbleAware frimbleAwareComponent)
           
 

Methods in org.jesktop.frimble with parameters of type Frimble
 void FrimbleAware.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.
 

Constructors in org.jesktop.frimble with parameters of type Frimble
FrimbleEvent(Frimble source, int id)
          Constructor FrimbleEvent
 

Uses of Frimble in org.jesktop.frimble.demo
 

Methods in org.jesktop.frimble.demo with parameters of type Frimble
 void FrimbleDemo.setFrimble(Frimble f)
          Method setFrimble
 

Uses of Frimble in org.jesktop.frimble.demo2
 

Classes in org.jesktop.frimble.demo2 that implement Frimble
 class FrimbleDemo2
          This class shows how to use JFrimble in a gui app where it is intended that the app will fun in standalone mode and run inside jesktop.
 

Uses of Frimble in org.jesktop.frimble.demo3
 

Methods in org.jesktop.frimble.demo3 with parameters of type Frimble
 void FrimbleDemo3.setFrimble(Frimble f)
          Method setFrimble
 

Uses of Frimble in org.jesktop.services
 

Methods in org.jesktop.services with parameters of type Frimble
 LaunchedTarget DesktopKernelService.makeKernelLaunchedTarget(Frimble frimble, java.lang.Object instantiatedApp, LaunchableTarget launchableTarget)
           
 



Copyright © 2004 Jesktop Project. All Rights Reserved.