Class PBEQuery

Object
  |
  +--PBEUnit
        |
        +--PBEAttribute
              |
              +--PBEMethod
                    |
                    +--PBECommand
                          |
                          +--PBEAttributeCommand
                                |
                                +--PBEQuery
Direct Known Subclasses:
PBERevertQuery, PBESelectQuery

public class PBEQuery
extends PBEAttributeCommand


Fields inherited from class PBEAttribute
enabled, iAfter, iBefore, iOn, iStatus, iValue, name, object, visible
 
Constructor Summary
PBEQuery(PBEObject my_object, varchar name)
           
 
Method Summary
protected  void activate()
           
 void runQuery(PBEImage image)
           
 void updateSelection(PBEImage image)
           
 
Methods inherited from class PBEAttributeCommand
getAttributeStatus
 
Methods inherited from class PBECommand
performActivation, performActivation
 
Methods inherited from class PBEMethod
afterActivate, beforeActivate, doAfterActivate, doBeforeActivate, inputValue, prepareAction
 
Methods inherited from class PBEAttribute
afterInput, beforeInput, disable, doAfterInput, doBeforeInput, doOnOutput, enable, enabled, getStatus, getValue, getValue, globalReference, hide, onOutput, outputValue, prepareAction, setStatus, setValue, setValue, show
 
Methods inherited from class PBEUnit
compileActions, compileConditions, prepareEvent
 

Constructor Detail

PBEQuery

public PBEQuery(PBEObject my_object,
                varchar name)
Method Detail

runQuery

public void runQuery(PBEImage image)

updateSelection

public void updateSelection(PBEImage image)

activate

protected void activate()
Overrides:
activate in class PBEMethod