GP
Interface PackageFriendlyContainer

All Known Subinterfaces:
Container

public interface PackageFriendlyContainer


Method Summary
 void AddItem(Graphic object)
           
 java.awt.Component GetComponent()
           
 Graphic GetGPGraphic()
           
 java.awt.Graphics GetGraphic()
           
 GP.Collections.BeGrabbed GetItemsList()
           
 Position GetOffset()
           
 GP.Containers.TopLevel GetTopLevel()
           
 void NeedToUpdate()
           
 void Realize()
           
 void RemoveItem(Graphic object)
           
 

Method Detail

AddItem

public void AddItem(Graphic object)
Parameters:
object - the new object to be added

RemoveItem

public void RemoveItem(Graphic object)
Parameters:
object - the object to be removed

GetOffset

public Position GetOffset()
Returns:
the offset from the applet's origin

GetComponent

public java.awt.Component GetComponent()
Returns:
a reference to the applet

GetGraphic

public java.awt.Graphics GetGraphic()

NeedToUpdate

public void NeedToUpdate()

Realize

public void Realize()

GetItemsList

public GP.Collections.BeGrabbed GetItemsList()

GetGPGraphic

public Graphic GetGPGraphic()

GetTopLevel

public GP.Containers.TopLevel GetTopLevel()