org.jdesktop.jdic.tray.internal
Interface TrayAppletService


public interface TrayAppletService


Method Summary
 void add(java.awt.Component a)
           
 java.awt.Graphics getGraphics()
           
 java.awt.peer.ComponentPeer getPeer()
           
 void reshape(int x, int y, int width, int height)
           
 void setVisible(boolean b)
           
 

Method Detail

add

void add(java.awt.Component a)

getGraphics

java.awt.Graphics getGraphics()

setVisible

void setVisible(boolean b)

reshape

void reshape(int x,
             int y,
             int width,
             int height)

getPeer

java.awt.peer.ComponentPeer getPeer()


Copyright © 2005 Sun Microsystems All Rights Reserved.