Softhema JPA - Content
GO TO THE GERMAN SITE

softhema.system.automation.ui
Interface ControlCombo

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

public interface ControlCombo
extends Control


Method Summary
 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()
           
 java.lang.String getSelectedItem()
           
 void removeAllItems()
           
 void removeItem(int index_zerobased)
           
 void removeItem(java.lang.String sItem)
           
 void removeItemListener(java.awt.event.ItemListener listener)
           
 int setItem(int index_zerobased, java.lang.String sItem)
           
 int setItem(int index_zerobased, java.lang.String sItem, int itemData)
           
 void setSelectedIndex(int index_zerobased)
           
 void setSelectedItem(java.lang.String sItem)
           
 
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 int setItem(int index_zerobased,
                   java.lang.String sItem)
            throws java.lang.Exception

setItem

public int 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

setSelectedIndex

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

setSelectedItem

public void setSelectedItem(java.lang.String sItem)
                     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.