wt.clients.beans.query
Class WTSchemaAClass
java.lang.Object
wt.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WTSchemaAClass
public WTSchemaAClass()
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)