|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.creamtec.ajaxswing.gui.peer.AjaxSwingComponentPeer
com.creamtec.ajaxswing.gui.peer.AjaxSwingChoicePeer
public class AjaxSwingChoicePeer
| Field Summary |
|---|
| Fields inherited from interface java.awt.peer.ComponentPeer |
|---|
DEFAULT_OPERATION, NO_EMBEDDED_CHECK, RESET_OPERATION, SET_BOUNDS, SET_CLIENT_SIZE, SET_LOCATION, SET_SIZE |
| Constructor Summary | |
|---|---|
AjaxSwingChoicePeer(java.awt.Component target)
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.String item,
int index)
|
void |
addItem(java.lang.String item,
int i)
|
boolean |
isFocusable()
|
void |
remove(int index)
|
void |
removeAll()
|
void |
select(int index)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.peer.ComponentPeer |
|---|
canDetermineObscurity, checkImage, coalescePaintEvent, createBuffers, createImage, createImage, createVolatileImage, destroyBuffers, disable, dispose, enable, flip, getBackBuffer, getBounds, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, handleEvent, handlesWheelScrolling, hide, isObscured, isReparentSupported, layout, minimumSize, paint, preferredSize, prepareImage, print, repaint, reparent, requestFocus, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show, updateCursorImmediately |
| Constructor Detail |
|---|
public AjaxSwingChoicePeer(java.awt.Component target)
| Method Detail |
|---|
public void add(java.lang.String item,
int index)
add in interface java.awt.peer.ChoicePeerpublic void remove(int index)
remove in interface java.awt.peer.ChoicePeerpublic boolean isFocusable()
isFocusable in interface java.awt.peer.ComponentPeerisFocusable in class AjaxSwingComponentPeerpublic void select(int index)
select in interface java.awt.peer.ChoicePeer
public void addItem(java.lang.String item,
int i)
addItem in interface java.awt.peer.ChoicePeerpublic void removeAll()
removeAll in interface java.awt.peer.ChoicePeer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||