Teppefall

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

java.lang.Object
  extended by com.teppefall.ds.layout.jxml.AssemblyAdaptor
      extended by com.teppefall.ds.layout.jxml.jfc.JFCDesktop
All Implemented Interfaces:
Assembly, java.io.Serializable

public class JFCDesktop
extends AssemblyAdaptor

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
JFCDesktop()
           
 
Method Summary
 javax.swing.JPanel getPanel()
           
static void main(java.lang.String[] args)
           
 void run(java.lang.String c)
           
 
Methods inherited from class com.teppefall.ds.layout.jxml.AssemblyAdaptor
add, 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

JFCDesktop

public JFCDesktop()
Method Detail

run

public void run(java.lang.String c)

getPanel

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

main

public static void main(java.lang.String[] args)

Teppefall