Uses of Interface
org.kalmeo.util.frame.Frame

Packages that use Frame
org.kalmeo.util.frame   
 

Uses of Frame in org.kalmeo.util.frame
 

Methods in org.kalmeo.util.frame that return Frame
 Frame FrameHandler.getTopFrame()
          Returns th Frame on top of the frames stack, or null if the FrameHandler is empty.
 

Methods in org.kalmeo.util.frame with parameters of type Frame
 boolean FrameHandler.pushFrame(Frame frame)
          Push a frame on top of the frames stack
 void FrameHandler.removeAllFrameOnTopOf(Frame frame)
          Remove all frames on top of the given frame.
 boolean FrameHandler.removeFrame(Frame frame)
          Remove a frame ont top of the frames stack
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.