Softhema JPA - Content
GO TO THE GERMAN SITE

softhema.system.automation.ui
Interface ControlList

All Superinterfaces:
AppWindow, AppWindowChild, Control, java.rmi.Remote
All Known Subinterfaces:
ControlList_win32

public interface ControlList
extends Control


Method Summary
 void addActionListener(java.awt.event.ActionListener listener)
           
 void addItem(int insertPosition_zerobased, java.lang.String sItem)
           
 void addItem(int insertPosition_zerobased, java.lang.String sItem, int itemData)
           
 void addItem(java.lang.String s)
           
 void addItem(java.lang.String sItem, int itemdata)
           
 void addItemListener(java.awt.event.ItemListener listener)
           
 java.lang.String getItem(int index_zerobased)
           
 int getItemCount()
           
 int getItemData(int index_zerobased)
           
 java.lang.String getLicenseInfo()
          Gibt die Copyright-Angaben der Java-Klasse zurück.
 int getSelectedIndex()
           
 int[] getSelectedIndices()
           
 java.lang.String getSelectedItem()
           
 java.lang.String[] getSelectedItems()
           
 void removeActionListener(java.awt.event.ActionListener listener)
           
 void removeAllItems()
           
 void removeItem(int index_zerobased)
           
 void removeItem(java.lang.String sItem)
           
 void removeItemListener(java.awt.event.ItemListener listener)
           
 void setItem(int index_zerobased, java.lang.String sItem)
           
 void setItem(int index_zerobased, java.lang.String sItem, int itemData)
           
 void setSelectedIndex(int index_zerobased)
           
 void setSelectedIndices(int[] indices_zerobased)
           
 void setSelectedItem(java.lang.String sItem)
           
 void setSelectedItems(java.lang.String[] asItems)
           
 
Methods inherited from interface softhema.system.automation.ui.AppWindowChild
getLevel
 
Methods inherited from interface softhema.system.automation.ui.AppWindow
addComponentListener, addContainerListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addWindowListener, findWindowChild, findWindowChild, findWindowChildren, findWindowChildren, findWindowChildrenTree, findWindowChildrenTree, findWindowChildTree, findWindowChildTree, getGraphics, getInsets, getLocation, getLocationOnScreen, getSize, getSnapshotImage, getSnapshotImage, getSnapshotImageAsJPEG, getSnapshotImageAsJPEG, getSnapshotImageClient, getSnapshotImageClient, getSnapshotImageClientAsJPEG, getSnapshotImageClientAsJPEG, getText, getThis, getWindowChildren, getWindowChildrenTree, getWindowParent, getWindowTopLevel, hasFocus, isAlive, isVisible, removeComponentListener, removeContainerListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeWindowListener, repaint, requestFocus, setBounds, setLocation, setSize, setText, setVisible, simulateKeys
 

Method Detail

getLicenseInfo

public java.lang.String getLicenseInfo()
                                throws java.lang.Exception
Gibt die Copyright-Angaben der Java-Klasse zurück.
Specified by:
getLicenseInfo in interface Control

getItemCount

public int getItemCount()
                 throws java.lang.Exception

getItem

public java.lang.String getItem(int index_zerobased)
                         throws java.lang.Exception

getItemData

public int getItemData(int index_zerobased)
                throws java.lang.Exception

setItem

public void setItem(int index_zerobased,
                    java.lang.String sItem)
             throws java.lang.Exception

setItem

public void setItem(int index_zerobased,
                    java.lang.String sItem,
                    int itemData)
             throws java.lang.Exception

addItem

public void addItem(java.lang.String s)
             throws java.lang.Exception

addItem

public void addItem(java.lang.String sItem,
                    int itemdata)
             throws java.lang.Exception

addItem

public void addItem(int insertPosition_zerobased,
                    java.lang.String sItem)
             throws java.lang.Exception

addItem

public void addItem(int insertPosition_zerobased,
                    java.lang.String sItem,
                    int itemData)
             throws java.lang.Exception

removeItem

public void removeItem(int index_zerobased)
                throws java.lang.Exception

removeItem

public void removeItem(java.lang.String sItem)
                throws java.lang.Exception

removeAllItems

public void removeAllItems()
                    throws java.lang.Exception

getSelectedIndex

public int getSelectedIndex()
                     throws java.lang.Exception

getSelectedItem

public java.lang.String getSelectedItem()
                                 throws java.lang.Exception

getSelectedIndices

public int[] getSelectedIndices()
                         throws java.lang.Exception

getSelectedItems

public java.lang.String[] getSelectedItems()
                                    throws java.lang.Exception

setSelectedIndex

public void setSelectedIndex(int index_zerobased)
                      throws java.lang.Exception

setSelectedIndices

public void setSelectedIndices(int[] indices_zerobased)
                        throws java.lang.Exception

setSelectedItem

public void setSelectedItem(java.lang.String sItem)
                     throws java.lang.Exception

setSelectedItems

public void setSelectedItems(java.lang.String[] asItems)
                      throws java.lang.Exception

addActionListener

public void addActionListener(java.awt.event.ActionListener listener)
                       throws java.lang.Exception

removeActionListener

public void removeActionListener(java.awt.event.ActionListener listener)
                          throws java.lang.Exception

addItemListener

public void addItemListener(java.awt.event.ItemListener listener)
                     throws java.lang.Exception

removeItemListener

public void removeItemListener(java.awt.event.ItemListener listener)
                        throws java.lang.Exception

Softhema JPA - Content
GO TO THE GERMAN SITE

Copyright 2001-2002 by Softhema Group (www.softhema.de). Softhema and JPA are trademarks or registered trademarks. All rights reserved. This software comes with absolutely no warranty and no support. Read the license carefully.