Class DataSourceFieldList

All Implemented Interfaces:
UpdatedEventListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, Scrollable

public class DataSourceFieldList extends JList implements UpdatedEventListener
See Also:
  • Constructor Details

  • Method Details

    • getDataSourceControl

      public DataSourceControl getDataSourceControl()
    • updatedEventOccurred

      public void updatedEventOccurred(UpdatedEvent event)
      Specified by:
      updatedEventOccurred in interface UpdatedEventListener
    • getFieldsCount

      public int getFieldsCount()
    • get

      public CheckListItem get(int index)
    • getChecked

      public boolean getChecked(int index)
    • setChecked

      public void setChecked(int index, boolean checked)
    • beginUpdate

      public void beginUpdate()
    • endUpdate

      public void endUpdate()
    • onMouseClicked

      protected void onMouseClicked(MouseEvent e)
    • onKeyPressed

      protected void onKeyPressed(KeyEvent e)