A B C D E F G H I J K L M N O P Q R S T U V W Y _

S

SCROLL_DOWN - Static variable in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup
 
SCROLL_UP - Static variable in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup
 
scrollDirection - Variable in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup
 
selectedItemChanged() - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
This protected method is implementation specific.
selectedItemReminder - Variable in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
This protected field is implementation specific.
selectedObject - Variable in class net.sf.sbcc.componentcombo.DefaultSimpleComboBoxModel
 
selectingItem - Variable in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
 
selectionForKey(char, SimpleComboBoxModel) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox.DefaultKeySelectionManager
 
selectionForKey(char, SimpleComboBoxModel) - Method in interface net.sf.sbcc.componentcombo.JAbstractComponentComboBox.KeySelectionManager
Given aKey and the model, returns the row that should become selected.
selectionForKey(char, SimpleComboBoxModel) - Method in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI.DefaultKeySelectionManager
 
selectWithKeyChar(char) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Selects the list item that corresponds to the specified keyboard character and returns true, if there is an item corresponding to that character.
serialVersionUID - Static variable in class net.sf.sbcc.colorpanel.JColorArrayPanel
 
setAction(Action) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the Action for the ActionEvent source.
setActionCommand(String) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the action command that should be included in the event sent to action listeners.
setBackgroundItem(Color) - Method in class net.sf.sbcc.colorpanel.JColorArrayPanel.ColorPanelModel
 
setBounds(int, int, int, int) - Method in class net.sf.sbcc.colorpanel.JColorSelector
 
setBreakCount(int) - Method in class net.sf.sbcc.colorpanel.JColorArrayPanel
sets the number of columns used to layout the renderers.
setColor(Color) - Method in class net.sf.sbcc.colorpanel.JColorSelector.JSimpleColorSelector
Ändert die Farbe.
setComboBox(JAbstractComponentComboBox) - Method in class net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalComponentComboBoxButton
 
setComboIcon(Icon) - Method in class net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalComponentComboBoxButton
 
setDataComponentValue(Object) - Method in interface net.sf.sbcc.datacomponents.IDataComponent
 
setDataComponentValue(Object) - Method in class net.sf.sbcc.datacomponents.JDataTextField
 
setDataField(String) - Method in class net.sf.sbcc.datacomponents.JDataTextField
 
setDataObject(String) - Method in class net.sf.sbcc.datacomponents.JDataTextField
 
setEditable(boolean) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Determines whether the JComboBox field is editable.
setEditor(ComboBoxEditor) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the editor used to paint and edit the selected item in the JComboBox field.
setEnabled(boolean) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Enables the combo box so that items can be selected.
setEnabled(boolean) - Method in class net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalComponentComboBoxButton
 
setIconOnly(boolean) - Method in class net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalComponentComboBoxButton
 
setKeySelectionManager(JAbstractComponentComboBox.KeySelectionManager) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the object that translates a keyboard character into a list selection.
setLightWeightPopupEnabled(boolean) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the lightWeightPopupEnabled property, which provides a hint as to whether or not a lightweight Component should be used to contain the JComboBox, versus a heavyweight Component such as a Panel or a Window.
setModel(JColorArrayPanel.ColorPanelModel) - Method in class net.sf.sbcc.colorpanel.JColorArrayPanel
 
setModel(SimpleComboBoxModel) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the data model that the JComboBox uses to obtain the list of items.
setNullItemAvailable(boolean) - Method in class net.sf.sbcc.colorcombo.JColorComboBox
 
setOrientation(int) - Method in class net.sf.sbcc.colorpanel.JColorArrayPanel
 
setParent(ActionMap) - Method in class net.sf.sbcc.componentcombo.plaf.basic.LazyActionMap
 
setPopupComponent(JComponent) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
similar to JScrollPane.setViewPort - may be called immediately after empty constructor, in cases where we already needed the component instance to create the popup component..
setPopupVisible(boolean) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the visibility of the popup.
setPopupVisible(JAbstractComponentComboBox, boolean) - Method in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboBoxUI
Hides the popup.
setPopupVisible(JAbstractComponentComboBox, boolean) - Method in class net.sf.sbcc.componentcombo.plaf.ComponentComboBoxUI
Set the visiblity of the popup
setPrototypeDisplayValue(Object) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the prototype display value used to calculate the size of the display for the UI portion.
setRenderer(ListCellRenderer) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the renderer that paints the item selected from the list in the JComboBox field.
setSelectedBackgroundColor(Color) - Method in class net.sf.sbcc.colorpanel.JColorSelector
 
setSelectedForegroundColor(Color) - Method in class net.sf.sbcc.colorpanel.JColorSelector
 
setSelectedItem(Object) - Method in class net.sf.sbcc.colorcombo.JColorComboBox.ColorComboBoxModel
 
setSelectedItem(Object) - Method in class net.sf.sbcc.colorcombo.JColorComboBox
 
setSelectedItem(Object) - Method in class net.sf.sbcc.componentcombo.DefaultSimpleComboBoxModel
Set the value of the selected item.
setSelectedItem(Object) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the selected item in the combo box display area to the object in the argument.
setSelectedItem(Object) - Method in interface net.sf.sbcc.componentcombo.SimpleComboBoxModel
Set the selected item.
setTarget(JComponent) - Method in class net.sf.sbcc.componentcombo.AbstractActionPropertyChangeListener
 
setTogglePopupOnEachField(boolean) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
 
setUI(ComponentComboBoxUI) - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Sets the L&F object that renders this component.
setUserItemAvailable(boolean) - Method in class net.sf.sbcc.colorcombo.JColorComboBox
 
show() - Method in class net.sf.sbcc.componentcombo.plaf.basic.BasicComponentComboPopup
Implementation of ComboPopup.show().
show() - Method in interface net.sf.sbcc.componentcombo.plaf.basic.ComponentComboPopup
Shows the popup
showPopup() - Method in class net.sf.sbcc.componentcombo.JAbstractComponentComboBox
Causes the combo box to display its popup window.
SimpleComboBoxModel - Interface in net.sf.sbcc.componentcombo
A data model for a combo box.
SimpleDataEvent - Class in net.sf.sbcc.componentcombo
Defines an event that encapsulates changes to a list.
SimpleDataEvent(Object, int) - Constructor for class net.sf.sbcc.componentcombo.SimpleDataEvent
Constructs a ListDataEvent object.
SimpleDataListener - Interface in net.sf.sbcc.componentcombo
ListDataListener
SimpleModel - Interface in net.sf.sbcc.componentcombo
 
size() - Method in class net.sf.sbcc.componentcombo.plaf.basic.LazyActionMap
 
superLayout(Container) - Method in class net.sf.sbcc.componentcombo.plaf.metal.MetalComponentComboBoxUI.MetalComboBoxLayoutManager
 

A B C D E F G H I J K L M N O P Q R S T U V W Y _