jpview.gui
Class SpecularFrameElements

java.lang.Object
  extended by jpview.gui.SpecularFrameElements
All Implemented Interfaces:
FrameElements

public class SpecularFrameElements
extends java.lang.Object
implements FrameElements

Author:
clyon

Constructor Summary
SpecularFrameElements()
           
 
Method Summary
 void init(PTMWindow parent)
          Initialize all the elements and attach listeners to the PTMWindow
 void release()
          Releases all the resources associated with this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecularFrameElements

public SpecularFrameElements()
Method Detail

init

public void init(PTMWindow parent)
Description copied from interface: FrameElements
Initialize all the elements and attach listeners to the PTMWindow

Specified by:
init in interface FrameElements
Parameters:
parent - The PTMWindow for callbacks

release

public void release()
Releases all the resources associated with this object

Specified by:
release in interface FrameElements