Teppefall

com.teppefall.ds.layout.jxml.jfc
Class JFCAssembly

java.lang.Object
  extended by com.teppefall.ds.layout.jxml.AssemblyAdaptor
      extended by com.teppefall.ds.layout.jxml.jfc.JFCAssembly
All Implemented Interfaces:
Assembly, java.awt.event.ActionListener, java.awt.event.MouseListener, java.io.Serializable, java.util.EventListener

public class JFCAssembly
extends AssemblyAdaptor
implements java.awt.event.ActionListener, java.awt.event.MouseListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.teppefall.ds.layout.jxml.AssemblyAdaptor
actionListener, height, icon, status, title, usingStatus, width
 
Constructor Summary
JFCAssembly()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void add(javax.swing.JComponent c)
           
 javax.swing.JPanel getPanel()
           
 void mouseClicked(java.awt.event.MouseEvent e)
           
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 void mousePressed(java.awt.event.MouseEvent e)
           
 void mouseReleased(java.awt.event.MouseEvent e)
           
 
Methods inherited from class com.teppefall.ds.layout.jxml.AssemblyAdaptor
getActionListener, getAttribute, getAttributes, getComponentById, getIcon, getLabelById, getMenuBar, getPopupMenu, getRegisteredComponents, getSize, getStatus, getTextComponentById, getTitle, isUsingStatus, parkBinder, parkInitialize, parkInstruction, parkParameter, parkShutdown, register, setAttribute, setAttributes, setIcon, setSize, setStatus, setTitle, setUsingStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFCAssembly

public JFCAssembly()
Method Detail

add

public void add(javax.swing.JComponent c)
Specified by:
add in interface Assembly
Overrides:
add in class AssemblyAdaptor

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

mouseClicked

public void mouseClicked(java.awt.event.MouseEvent e)
Specified by:
mouseClicked in interface java.awt.event.MouseListener

mouseReleased

public void mouseReleased(java.awt.event.MouseEvent e)
Specified by:
mouseReleased in interface java.awt.event.MouseListener

mousePressed

public void mousePressed(java.awt.event.MouseEvent e)
Specified by:
mousePressed in interface java.awt.event.MouseListener

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)
Specified by:
mouseEntered in interface java.awt.event.MouseListener

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)
Specified by:
mouseExited in interface java.awt.event.MouseListener

getPanel

public javax.swing.JPanel getPanel()
Specified by:
getPanel in interface Assembly
Specified by:
getPanel in class AssemblyAdaptor

Teppefall