Class jif.awt.AwareList
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.awt.AwareList

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.List
                   |
                   +----jif.awt.AwareList

public class AwareList
extends List
implements Aware
An extension of the default List
See Also:
List

Constructor Index

 o AwareList()

Method Index

 o filterEvent(Event)
This method checks for certain events.
 o generateInsertSQL(boolean)
Stub function.
 o generateUpdateSQL(boolean)
Stub function.
 o getSQL(boolean)
Stub function.
 o handleEvent(Event)

Constructors

 o AwareList
  public AwareList()

Methods

 o handleEvent
  public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component
 o filterEvent
  public boolean filterEvent(Event event)
This method checks for certain events. If the event is one we want, we return true which triggers handleEvent() to not handle it.
Parameters:
event - The event to filter
 o generateUpdateSQL
  public String generateUpdateSQL(boolean addSet)
Stub function.
Parameters:
addSet - If true, adds a SET to the beginning of the statement
 o generateInsertSQL
  public String generateInsertSQL(boolean addSet)
Stub function.
Parameters:
addSet - If true, adds a SET to the beginning of the statement
 o getSQL
  public String getSQL(boolean forWhere)
Stub function.
Parameters:
forWhere - Indicates that the return string should include the column name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index