MetaDone
metadone.client.grasyla2.swing.JComboBoxEngine Class Reference
Inheritance diagram for metadone.client.grasyla2.swing.JComboBoxEngine:
Collaboration diagram for metadone.client.grasyla2.swing.JComboBoxEngine:

List of all members.

Public Member Functions

 JComboBoxEngine (GrasylaContext context, ConcreteObject expression, Engine parent) throws BadPreCondition

Protected Member Functions

Component<?extends JComponent > evaluateComponent (BootstrapGrasyla grasyla) throws BadPreCondition
void notifyChildChanged (Engine child, ChildComponent comp)

Private Member Functions

void setItems (JComboBox combo) throws BadPreCondition

Detailed Description

Builds a combobox.

Attributes

Contents

The possible selection values created as String.

Result

A JComboBox.

Actions
"validate", "click", "doubleClick" and ContextMenuEvent.
Author:
kma

Constructor & Destructor Documentation

metadone.client.grasyla2.swing.JComboBoxEngine.JComboBoxEngine ( GrasylaContext  context,
ConcreteObject  expression,
Engine  parent 
) throws BadPreCondition

Initializes this engine.

Parameters:
contextThe context
expressionThe expression
parentThe parent or null
Exceptions:
BadPreCondition

References metadone.client.grasyla2.swing.GrasylaSwingHelper.registerAttributeHandlers().


Member Function Documentation

Component<? extends JComponent> metadone.client.grasyla2.swing.JComboBoxEngine.evaluateComponent ( BootstrapGrasyla  grasyla) throws BadPreCondition [protected]
void metadone.client.grasyla2.swing.JComboBoxEngine.notifyChildChanged ( Engine  child,
ChildComponent  comp 
) [protected]
void metadone.client.grasyla2.swing.JComboBoxEngine.setItems ( JComboBox  combo) throws BadPreCondition [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations