softhema.system.automation.ui
Interface ControlList
- All Superinterfaces:
- AppWindow, AppWindowChild, Control, java.rmi.Remote
- All Known Subinterfaces:
- ControlList_win32
- public interface ControlList
- extends Control
| 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 |
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
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.