Uses of Class
easik.ui.ApplicationFrame

Packages that use ApplicationFrame
easik   
easik.sketch   
 

Uses of ApplicationFrame in easik
 

Fields in easik declared as ApplicationFrame
private  ApplicationFrame Easik._theFrame
          The current frame
 

Methods in easik that return ApplicationFrame
 ApplicationFrame Easik.getFrame()
          Returns the current application frame
 

Uses of ApplicationFrame in easik.sketch
 

Fields in easik.sketch declared as ApplicationFrame
private  ApplicationFrame Sketch._appFrame
          The current ApplicationFrame
 

Methods in easik.sketch that return ApplicationFrame
 ApplicationFrame Sketch.getFrame()
          Returns the parental application frame to whoever asks for it.
 

Constructors in easik.sketch with parameters of type ApplicationFrame
Sketch(ApplicationFrame inFrame)
          The default constructor sets all the visual settings for the JGraph, as well as initialising the sketch to be empty.