Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes

de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult Class Reference

List of all members.

Public Member Functions

void jPanelGantt1_componentShown (ComponentEvent e)
void jPanelGantt3_componentShown (ComponentEvent e)
void jPanelLongText_componentShown (ComponentEvent e)
void jPanelText_componentShown (ComponentEvent e)
void jPanelTree_componentShown (ComponentEvent e)
 UIFrameDispatcherSimulatorResult ()
 UIFrameDispatcherSimulatorResult (Simulator simulator)

Private Member Functions

void fillTreeContentPanel ()
void jbInit () throws Exception

Private Attributes

BorderLayout borderLayout1 = new BorderLayout()
JPanel jPanelGantt1 = new JPanel()
JPanel jPanelGantt3 = new JPanel()
JPanel jPanelLongText = new JPanel()
JPanel jPanelText = new JPanel()
JPanel jPanelTree = new JPanel()
JTabbedPane jTabbedPane1 = new JTabbedPane()
final Simulator simulator

Static Private Attributes

static final long serialVersionUID = 6469934134366182477L

Detailed Description

Author:
shanno

Constructor & Destructor Documentation

de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.UIFrameDispatcherSimulatorResult (  ) 
Deprecated:
nur f�r GUI-Builder
de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.UIFrameDispatcherSimulatorResult ( Simulator  simulator  ) 

Member Function Documentation

void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.fillTreeContentPanel (  )  [private]
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jbInit (  )  throws Exception [private]
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jPanelGantt1_componentShown ( ComponentEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jPanelGantt3_componentShown ( ComponentEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jPanelLongText_componentShown ( ComponentEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jPanelText_componentShown ( ComponentEvent  e  ) 
void de.fraunhofer.isst.axbench.timing.ui.UIFrameDispatcherSimulatorResult.jPanelTree_componentShown ( ComponentEvent  e  ) 

Member Data Documentation