org.jesktop
Interface Decorator


public interface Decorator

Class Decorator is used to decorate frimbles as they are oepned on the desktop.

Version:
$Revision: 1.1 $
Author:
Paul_Hammant@yahoo.com Dec 2000.

Method Summary
 void decorate(Frimble frimble, LaunchableTarget launchableTarget)
          Method decorate is called when a new frimble has been openon of the desktop.
 void end()
          Method end finishes the the decoration in this style.
 

Method Detail

end

public void end()
Method end finishes the the decoration in this style. Some decoration concepts may insert hooks that need to be specifically undone.


decorate

public void decorate(Frimble frimble,
                     LaunchableTarget launchableTarget)
Method decorate is called when a new frimble has been openon of the desktop.

Parameters:
frimble - the frimble to decorate.
launchableTarget - the launchable tartget that it is from.


Copyright © 2004 Jesktop Project. All Rights Reserved.