Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ViewerTabbedPane Class Reference

Inheritance diagram for ViewerTabbedPane:
[legend]
Collaboration diagram for ViewerTabbedPane:
[legend]
List of all members.

Public Methods

 ViewerTabbedPane ()
 ViewerTabbedPane (int tabPlacement)
Component findComponentAt (int x, int y)
CriterionViewer getCriterionViewer ()
JimpleViewer getJimpleViewer ()
QueryPanel getQueryPanel ()
void stateChanged (javax.swing.event.ChangeEvent e)
void viewerTabbedPane_ChangeEvents ()

Static Public Methods

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

Private Methods

void connEtoC1 ()
void handleException (java.lang.Throwable exception)
void initConnections () throws java.lang.Exception
void initialize ()

Static Private Methods

void getBuilderData ()

Private Attributes

boolean firstClickTab = true
CriterionViewer ivjCriterionViewer = null
JimpleViewer ivjJimpleViewer = null
QueryPanel ivjQueryPanel = null
IvjEventHandler ivjEventHandler = new IvjEventHandler()

Static Private Attributes

final int CRITERION = 0
final int QUERY = 1
final int JIMPLE = 2

Detailed Description

Insert the type's description here. Creation date: (00-11-30 15:08:45) @author:

Definition at line 10 of file ViewerTabbedPane.java.


Constructor & Destructor Documentation

ViewerTabbedPane::ViewerTabbedPane   [inline]
 

ViewerTabbedPane constructor comment.

Definition at line 29 of file ViewerTabbedPane.java.

ViewerTabbedPane::ViewerTabbedPane int   tabPlacement [inline]
 

ViewerTabbedPane constructor comment.

Parameters:
tabPlacement   int

Definition at line 37 of file ViewerTabbedPane.java.


Member Function Documentation

void ViewerTabbedPane::connEtoC1   [inline, private]
 

connEtoC1: (ViewerTabbedPane.change. --> ViewerTabbedPane.viewerTabbedPane_ChangeEvents()V)

Definition at line 44 of file ViewerTabbedPane.java.

Component ViewerTabbedPane::findComponentAt int   x,
int   y
[inline]
 

Insert the method's description here. Creation date: (00-12-1 15:03:39)

Returns:
java.awt.Component
Parameters:
x   int
y   int

Definition at line 64 of file ViewerTabbedPane.java.

CriterionViewer ViewerTabbedPane::getCriterionViewer   [inline]
 

Return the CriterionViewer1 property value.

Returns:
edu.ksu.cis.bandera.pdgslicer.dependency.CriterionViewer

Definition at line 127 of file ViewerTabbedPane.java.

JimpleViewer ViewerTabbedPane::getJimpleViewer   [inline]
 

Return the JimpleViewer1 property value.

Returns:
edu.ksu.cis.bandera.pdgslicer.dependency.JimpleViewer

Definition at line 147 of file ViewerTabbedPane.java.

QueryPanel ViewerTabbedPane::getQueryPanel   [inline]
 

Return the QueryPanel property value.

Returns:
edu.ksu.cis.bandera.pdgslicer.dependency.QueryPanel

Definition at line 167 of file ViewerTabbedPane.java.

void ViewerTabbedPane::handleException java.lang.Throwable   exception [inline, private]
 

Called whenever the part throws an exception.

Parameters:
exception   java.lang.Throwable

Definition at line 186 of file ViewerTabbedPane.java.

void ViewerTabbedPane::initConnections   [inline, private]
 

Initializes connections

Exceptions:
java   .lang.Exception The exception description.

Definition at line 197 of file ViewerTabbedPane.java.

void ViewerTabbedPane::initialize   [inline, private]
 

Initialize the class.

Definition at line 206 of file ViewerTabbedPane.java.

void ViewerTabbedPane::main java.lang.String   args[] [inline, static]
 

main entrypoint - starts the part when it is run as an application

Parameters:
args   java.lang.String[]

Definition at line 227 of file ViewerTabbedPane.java.

void ViewerTabbedPane::stateChanged javax.swing.event.ChangeEvent   e [inline]
 

Method to handle events for the ChangeListener interface.

Parameters:
e   javax.swing.event.ChangeEvent

Definition at line 250 of file ViewerTabbedPane.java.

void ViewerTabbedPane::viewerTabbedPane_ChangeEvents   [inline]
 

Comment

Definition at line 261 of file ViewerTabbedPane.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:22:54 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001