Class jif.awt.AwareButton
All Packages Class Hierarchy This Package Previous Next Index
Class jif.awt.AwareButton
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Button
|
+----jif.awt.AwareButton
- public class AwareButton
- extends Button
- implements Aware
An extension of the default Button
- See Also:
- Button
-
AwareButton(String)
-
-
filterEvent(Event)
- This method checks for certain events.
-
generateInsertSQL(boolean)
- Stub function.
-
generateUpdateSQL(boolean)
- Stub function.
-
getSQL(boolean)
- Stub function.
-
handleEvent(Event)
-
AwareButton
public AwareButton(String s)
handleEvent
public boolean handleEvent(Event event)
- Overrides:
- handleEvent in class Component
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
generateUpdateSQL
public String generateUpdateSQL(boolean addSet)
- Stub function.
- Parameters:
- addSet - If true, adds a SET to the beginning of the statement
generateInsertSQL
public String generateInsertSQL(boolean addSet)
- Stub function.
- Parameters:
- addSet - If true, adds a SET to the beginning of the statement
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