Uses of Class
org.jminor.common.ui.control.Control

Packages that use Control
org.jminor.common.ui   
org.jminor.common.ui.control   
org.jminor.common.ui.valuemap   
org.jminor.framework.client.ui   
 

Uses of Control in org.jminor.common.ui
 

Methods in org.jminor.common.ui that return Control
 Control FilteredTablePanel.getSelectColumnsControl()
           
 

Uses of Control in org.jminor.common.ui.control
 

Subclasses of Control in org.jminor.common.ui.control
 class AbstractBeanValueLink
          A bean based implementation of the AbstractValueLink class.
 class AbstractValueLink<T,V>
          An abstract base class for linking a UI component to a model value.
 class ControlSet
          A set of Actions/Controls, includes separators.
 class DateBeanValueLink
          Binds a JFormattedField to a date based bean property.
 class DoubleBeanValueLink
          Binds a DoubleField to a double based bean property.
 class FormattedTextBeanValueLink
          Binds a JFormattedField to a string based bean property.
 class IntBeanSpinnerValueLink
          Binds a SpinnerModel to a int based bean property.
 class IntBeanValueLink
          Binds a DoubleField to a int based bean property.
 class MethodControl
          A Control class for binding an action to a parameterless method via reflection.
 class SelectedItemBeanValueLink
          Binds a JComboBox to an Object based bean property.
 class TextBeanValueLink
          Binds a JTextComponent to a text based bean property.
 class TimestampBeanValueLink
          Binds a JFormattedField to a timestamp based bean property.
 class ToggleBeanValueLink
          Binds a ButtonModel to a boolean based bean property.
 

Methods in org.jminor.common.ui.control that return Control
 Control Control.setDescription(String description)
           
 Control Control.setIcon(Icon icon)
           
 Control Control.setKeyStroke(KeyStroke ks)
           
 Control Control.setMnemonic(int key)
           
 Control Control.setName(String name)
           
 

Methods in org.jminor.common.ui.control with parameters of type Control
static JButton ControlProvider.createButton(Control control)
           
 void ControlIterator.handleControl(Control control)
           
 

Constructors in org.jminor.common.ui.control with parameters of type Control
ControlSet(Control... controls)
          Constructs a new ControlSet
ControlSet(String name, char mnemonic, Control... controls)
          Constructs a new ControlSet
ControlSet(String name, char mnemonic, State enabledState, Control... controls)
          Constructs a new ControlSet
ControlSet(String name, char mnemonic, State enabledState, ImageIcon icon, Control... controls)
          Constructs a new ControlSet
ControlSet(String name, Control... controls)
          Constructs a new ControlSet
 

Uses of Control in org.jminor.common.ui.valuemap
 

Subclasses of Control in org.jminor.common.ui.valuemap
 class AbstractValueMapLink<K,V>
          An abstract class for linking a UI component to a ValueChangeMapEditModel key value.
 class BooleanValueLink<K>
          A class for linking a UI component to a boolean value.
 class ComboBoxValueLink<K>
          A class for linking a ComboBox to a ValueChangeMapEditModel property value.
 class DateValueLink<K>
          A class for linking a formatted text field to a ValueChangeMapEditModel date property value.
 class DoubleValueLink<K>
          A class for linking a DoubleField to a ValueChangeMapEditModel double property value.
 class FormattedValueLink<K>
          A class for linking a JFormattedTextField to a ValueChangeMapEditModel property value.
 class IntValueLink<K>
          A class for linking a IntField to a ValueChangeMapEditor int key value.
 class TextValueLink<K>
          A class for linking a text component to a ValueChangeMapEditModel text property value.
 class TristateValueLink<K>
          A class for linking a UI component to a boolean value.
 

Uses of Control in org.jminor.framework.client.ui
 

Subclasses of Control in org.jminor.framework.client.ui
static class EntityUiUtil.EntityComboBoxValueLink
           
static class EntityUiUtil.LookupValueLink
          A class for linking an EntityLookupModel to a EntityEditModel foreign key property value.
 

Methods in org.jminor.framework.client.ui that return Control
protected  Control EntityTablePanel.getClearControl()
           
 Control EntityEditPanel.getClearControl()
           
 Control EntityTablePanel.getClearSelectionControl()
           
 Control EntityTablePanel.getConfigureQueryControl()
           
 Control EntityTablePanel.getControl(String controlCode)
           
 Control EntityEditPanel.getControl(String controlCode)
           
 Control EntityEditPanel.getDeleteControl()
           
 Control EntityTablePanel.getDeleteSelectedControl()
           
 Control EntityTablePanel.getExportControl()
           
 Control EntityEditPanel.getInsertControl()
           
 Control EntityTablePanel.getMoveSelectionDownControl()
           
 Control EntityTablePanel.getMoveSelectionUpControl()
           
 Control EntityTablePanel.getPrintTableControl()
           
protected  Control EntityTablePanel.getRefreshControl()
           
 Control EntityEditPanel.getRefreshControl()
           
 Control EntityEditPanel.getSaveControl()
           
 Control EntityPanel.getToggleDetailPanelControl()
           
 Control EntityPanel.getToggleEditPanelControl()
           
 Control EntityTablePanel.getToggleSearchPanelControl()
          Initializes the button used to toggle the search panel state (hidden, visible and advanced)
 Control EntityTablePanel.getToggleSummaryPanelControl()
          Initializes the button used to toggle the summary panel state (hidden and visible)
 Control EntityEditPanel.getUpdateControl()
           
 Control EntityTablePanel.getViewDependenciesControl()
           
 

Methods in org.jminor.framework.client.ui with parameters of type Control
protected  void EntityTablePanel.setControl(String controlCode, Control control)
          Associates control with controlCode
protected  void EntityEditPanel.setControl(String controlCode, Control control)
          Associates control with controlCode