wt.clients.beans.query
Class WTSchemaAClass

java.lang.Object
  extended bywt.clients.beans.query.WTSchemaAClass
All Implemented Interfaces:
ActionListener, EventListener, ItemListener

public class WTSchemaAClass
extends Object
implements ActionListener, ItemListener

Windchill Technology Query Schema Available Class (WTSchemaAClass)

This is a used to manage the select query class criteria.


Field Summary
private  WTMultiList myAA
           
private  PropertyDescriptor[] myAAO
           
private  WTBusinessInfo[] myABO
           
private  Choice myAC
           
private  symantec.itools.awt.Label3D myAL
           
private  Vector myListener
           
static String SelectCMD
           
private static String versionID
           
 
Constructor Summary
WTSchemaAClass()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void addActionListener(ActionListener aListener)
           
protected  void createDevTime()
           
 WTMultiList getAttrComp()
           
 PropertyDescriptor getAttribute()
           
 Method getAttributeMethod()
           
 String getAttributeName()
           
 String getAttributeName(PropertyDescriptor aPD)
           
 Color getBackground()
           
 Class getBusinessClass()
           
protected  String getBusinessClassName()
           
 WTBusinessInfo getBusinessInfo()
           
 Color getCanvasBackground()
           
 Color getCanvasForeground()
           
 Choice getClassComp()
           
 Color getForeground()
           
 symantec.itools.awt.Label3D getLabelComp()
           
 void itemStateChanged(ItemEvent ie)
           
 void loadClazzes()
           
private  void processEvent(ActionEvent aEvent)
           
 void removeActionListener(ActionListener aListener)
           
 void repaint()
           
 void setBackground(Color aColor)
           
 void setCanvasBackground(Color aColor)
           
 void setCanvasForeground(Color aColor)
           
 void setForeground(Color aColor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

SelectCMD

public static String SelectCMD

myABO

private WTBusinessInfo[] myABO

myAAO

private PropertyDescriptor[] myAAO

myAL

private symantec.itools.awt.Label3D myAL

myAC

private Choice myAC

myAA

private WTMultiList myAA

myListener

private Vector myListener
Constructor Detail

WTSchemaAClass

public WTSchemaAClass()
Method Detail

createDevTime

protected void createDevTime()

getLabelComp

public symantec.itools.awt.Label3D getLabelComp()

getClassComp

public Choice getClassComp()

getAttrComp

public WTMultiList getAttrComp()

repaint

public void repaint()

getCanvasForeground

public Color getCanvasForeground()

setCanvasForeground

public void setCanvasForeground(Color aColor)

getCanvasBackground

public Color getCanvasBackground()

setCanvasBackground

public void setCanvasBackground(Color aColor)

getForeground

public Color getForeground()

setForeground

public void setForeground(Color aColor)

getBackground

public Color getBackground()

setBackground

public void setBackground(Color aColor)

loadClazzes

public void loadClazzes()

getBusinessInfo

public WTBusinessInfo getBusinessInfo()

getBusinessClass

public Class getBusinessClass()

getBusinessClassName

protected String getBusinessClassName()

getAttribute

public PropertyDescriptor getAttribute()

getAttributeMethod

public Method getAttributeMethod()

getAttributeName

public String getAttributeName()

getAttributeName

public String getAttributeName(PropertyDescriptor aPD)

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

itemStateChanged

public void itemStateChanged(ItemEvent ie)
Specified by:
itemStateChanged in interface ItemListener

addActionListener

public void addActionListener(ActionListener aListener)

removeActionListener

public void removeActionListener(ActionListener aListener)

processEvent

private void processEvent(ActionEvent aEvent)