|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.operators.Operator
org.netbeans.jemmy.operators.ComponentOperator
org.netbeans.jemmy.operators.ContainerOperator
org.netbeans.jemmy.operators.JComponentOperator
org.netbeans.jemmy.operators.JListOperator
public class JListOperator
Timeouts used:
ComponentOperator.WaitComponentTimeout - time to wait component displayed
ComponentOperator.WaitStateTimeout - time to wait for item, and for item to be selected
JScrollBarOperator.OneScrollClickTimeout - time for one scroll click
JScrollBarOperator.WholeScrollTimeout - time for the whole scrolling
.
Timeouts
Nested Class Summary | |
---|---|
static class |
JListOperator.JListByItemFinder
Allows to find component by an item. |
static class |
JListOperator.JListFinder
Checks component type. |
static interface |
JListOperator.ListItemChooser
Iterface to choose list item. |
class |
JListOperator.NoSuchItemException
Can be throught during item selecting if list does not have item requested. |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.JComponentOperator |
---|
JComponentOperator.JComponentByTipFinder, JComponentOperator.JComponentFinder |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.ContainerOperator |
---|
ContainerOperator.ContainerFinder |
Nested classes/interfaces inherited from class org.netbeans.jemmy.operators.Operator |
---|
Operator.ComponentVisualizer, Operator.DefaultPathParser, Operator.DefaultStringComparator, Operator.Finder, Operator.MapAction, Operator.MapBooleanAction, Operator.MapByteAction, Operator.MapCharacterAction, Operator.MapDoubleAction, Operator.MapFloatAction, Operator.MapIntegerAction, Operator.MapLongAction, Operator.MapVoidAction, Operator.NoBlockingAction, Operator.PathParser, Operator.StringComparator |
Field Summary | |
---|---|
static String |
ITEM_PREFIX_DPROP
Identifier for a "item" properties. |
static String |
SELECTED_ITEM_PREFIX_DPROP
Identifier for a "selected item" property. |
Fields inherited from class org.netbeans.jemmy.operators.JComponentOperator |
---|
A11Y_DATA, A11Y_DESCRIPTION_DPROP, A11Y_NAME_DPROP, TOOLTIP_TEXT_DPROP |
Fields inherited from class org.netbeans.jemmy.operators.ComponentOperator |
---|
HEIGHT_DPROP, IS_SHOWING_DPROP, IS_VISIBLE_DPROP, NAME_DPROP, WIDTH_DPROP, X_DPROP, Y_DPROP |
Fields inherited from class org.netbeans.jemmy.operators.Operator |
---|
CLASS_DPROP, TO_STRING_DPROP |
Constructor Summary | |
---|---|
JListOperator(ContainerOperator cont)
Constructor. |
|
JListOperator(ContainerOperator cont,
ComponentChooser chooser)
Constructs a JListOperator object. |
|
JListOperator(ContainerOperator cont,
ComponentChooser chooser,
int index)
Constructs a JListOperator object. |
|
JListOperator(ContainerOperator cont,
int index)
Constructor. |
|
JListOperator(ContainerOperator cont,
String text)
Constructor. |
|
JListOperator(ContainerOperator cont,
String text,
int index)
Constructor. |
|
JListOperator(ContainerOperator cont,
String text,
int itemIndex,
int index)
Constructor. |
|
JListOperator(JList b)
Constructor. |
Method Summary | |
---|---|
void |
addListSelectionListener(ListSelectionListener listSelectionListener)
Maps JList.addListSelectionListener(ListSelectionListener) through queue |
void |
addSelectionInterval(int i,
int i1)
Maps JList.addSelectionInterval(int, int) through queue |
void |
clearSelection()
Maps JList.clearSelection() through queue |
Object |
clickOnItem(int itemIndex,
int clickCount)
Clicks on item by item index. |
Object |
clickOnItem(String item)
Finds item by item text, and do simple mouse click on it. |
Object |
clickOnItem(String item,
boolean ce,
boolean cc)
Deprecated. Use clickOnItem(String) or clickOnItem(String, StringComparator) |
Object |
clickOnItem(String item,
boolean ce,
boolean cc,
int clickCount)
Deprecated. Use clickOnItem(String, int) or clickOnItem(String, StringComparator, int) |
Object |
clickOnItem(String item,
int clickCount)
Finds item by item text, and do mouse click on it. |
Object |
clickOnItem(String item,
Operator.StringComparator comparator)
Finds item by item text, and do simple mouse click on it. |
Object |
clickOnItem(String item,
Operator.StringComparator comparator,
int clickCount)
Finds item by item text, and do mouse click on it. |
void |
copyEnvironment(Operator anotherOperator)
Copies all environment (output, timeouts, visualizer) from another operator. |
void |
ensureIndexIsVisible(int i)
Maps JList.ensureIndexIsVisible(int) through queue |
int |
findItemIndex(ComponentChooser chooser)
Searches for an item by rendered component. |
int |
findItemIndex(ComponentChooser chooser,
int index)
Searches for index'th item by rendered component. |
int |
findItemIndex(JListOperator.ListItemChooser chooser)
Searches for an item good from chooser's point of view. |
int |
findItemIndex(JListOperator.ListItemChooser chooser,
int index)
Searches for index'th item good from chooser's point of view. |
int |
findItemIndex(String item)
Searched for first item by text. |
int |
findItemIndex(String item,
boolean ce,
boolean cc)
Deprecated. Use findItemIndex(String) or findItemIndex(String, StringComparator) |
int |
findItemIndex(String item,
boolean ce,
boolean cc,
int index)
Deprecated. Use findItemIndex(String, int) or findItemIndex(String, StringComparator, int) |
int |
findItemIndex(String item,
int index)
Searched for index'th item by text. |
int |
findItemIndex(String item,
Operator.StringComparator comparator)
Searches for an item good from chooser's point of view. |
int |
findItemIndex(String item,
Operator.StringComparator comparator,
int index)
Searches for an item good from chooser's point of view. |
static JList |
findJList(Container cont,
ComponentChooser chooser)
Searches 0'th JList in container. |
static JList |
findJList(Container cont,
ComponentChooser chooser,
int index)
Searches JList in container. |
static JList |
findJList(Container cont,
String text,
boolean ce,
boolean ccs,
int itemIndex)
Searches JList by item. |
static JList |
findJList(Container cont,
String text,
boolean ce,
boolean ccs,
int itemIndex,
int index)
Searches JList by item. |
int |
getAnchorSelectionIndex()
Maps JList.getAnchorSelectionIndex() through queue |
Rectangle |
getCellBounds(int i,
int i1)
Maps JList.getCellBounds(int, int) through queue |
ListCellRenderer |
getCellRenderer()
Maps JList.getCellRenderer() through queue |
Point |
getClickPoint(int itemIndex)
Gets point to click on itemIndex'th item. |
Hashtable |
getDump()
Returns information about component. |
int |
getFirstVisibleIndex()
Maps JList.getFirstVisibleIndex() through queue |
int |
getFixedCellHeight()
Maps JList.getFixedCellHeight() through queue |
int |
getFixedCellWidth()
Maps JList.getFixedCellWidth() through queue |
int |
getLastVisibleIndex()
Maps JList.getLastVisibleIndex() through queue |
int |
getLeadSelectionIndex()
Maps JList.getLeadSelectionIndex() through queue |
int |
getMaxSelectionIndex()
Maps JList.getMaxSelectionIndex() through queue |
int |
getMinSelectionIndex()
Maps JList.getMinSelectionIndex() through queue |
ListModel |
getModel()
Maps JList.getModel() through queue |
TestOut |
getOutput()
Returns print output streams or writers. |
Dimension |
getPreferredScrollableViewportSize()
Maps JList.getPreferredScrollableViewportSize() through queue |
Object |
getPrototypeCellValue()
Maps JList.getPrototypeCellValue() through queue |
Component |
getRenderedComponent(int itemIndex)
Ask renderer for component to be displayed. |
Component |
getRenderedComponent(int itemIndex,
boolean isSelected,
boolean cellHasFocus)
Ask renderer for component to be displayed. |
int |
getScrollableBlockIncrement(Rectangle rectangle,
int i,
int i1)
Maps JList.getScrollableBlockIncrement(Rectangle, int, int) through queue |
boolean |
getScrollableTracksViewportHeight()
Maps JList.getScrollableTracksViewportHeight() through queue |
boolean |
getScrollableTracksViewportWidth()
Maps JList.getScrollableTracksViewportWidth() through queue |
int |
getScrollableUnitIncrement(Rectangle rectangle,
int i,
int i1)
Maps JList.getScrollableUnitIncrement(Rectangle, int, int) through queue |
int |
getSelectedIndex()
Maps JList.getSelectedIndex() through queue |
int[] |
getSelectedIndices()
Maps JList.getSelectedIndices() through queue |
Object |
getSelectedValue()
Maps JList.getSelectedValue() through queue |
Object[] |
getSelectedValues()
Maps JList.getSelectedValues() through queue |
Color |
getSelectionBackground()
Maps JList.getSelectionBackground() through queue |
Color |
getSelectionForeground()
Maps JList.getSelectionForeground() through queue |
int |
getSelectionMode()
Maps JList.getSelectionMode() through queue |
ListSelectionModel |
getSelectionModel()
Maps JList.getSelectionModel() through queue |
ListUI |
getUI()
Maps JList.getUI() through queue |
boolean |
getValueIsAdjusting()
Maps JList.getValueIsAdjusting() through queue |
int |
getVisibleRowCount()
Maps JList.getVisibleRowCount() through queue |
Point |
indexToLocation(int i)
Maps JList.indexToLocation(int) through queue |
boolean |
isSelectedIndex(int i)
Maps JList.isSelectedIndex(int) through queue |
boolean |
isSelectionEmpty()
Maps JList.isSelectionEmpty() through queue |
int |
locationToIndex(Point point)
Maps JList.locationToIndex(Point) through queue |
void |
removeListSelectionListener(ListSelectionListener listSelectionListener)
Maps JList.removeListSelectionListener(ListSelectionListener) through queue |
void |
removeSelectionInterval(int i,
int i1)
Maps JList.removeSelectionInterval(int, int) through queue |
void |
scrollToItem(int itemIndex)
Scrolls to an item if the list is on a JScrollPane component. |
void |
scrollToItem(String item,
boolean ce,
boolean cc)
Deprecated. Use scrollToItem(String) or scrollToItem(String, StringComparator) |
void |
scrollToItem(String item,
Operator.StringComparator comparator)
Scrolls to an item if the list is on a JScrollPane component. |
void |
selectItem(int index)
Selects an item by index. |
void |
selectItem(String item)
Selects an item by text. |
void |
selectItem(String[] items)
Selects items by texts. |
void |
selectItems(int[] indices)
Selects items by indices. |
void |
setCellRenderer(ListCellRenderer listCellRenderer)
Maps JList.setCellRenderer(ListCellRenderer) through queue |
void |
setFixedCellHeight(int i)
Maps JList.setFixedCellHeight(int) through queue |
void |
setFixedCellWidth(int i)
Maps JList.setFixedCellWidth(int) through queue |
void |
setListData(Object[] object)
Maps JList.setListData(Object[]) through queue |
void |
setListData(Vector vector)
Maps JList.setListData(Vector) through queue |
void |
setModel(ListModel listModel)
Maps JList.setModel(ListModel) through queue |
void |
setOutput(TestOut output)
Defines print output streams or writers. |
void |
setPrototypeCellValue(Object object)
Maps JList.setPrototypeCellValue(Object) through queue |
void |
setSelectedIndex(int i)
Maps JList.setSelectedIndex(int) through queue |
void |
setSelectedIndices(int[] i)
Maps JList.setSelectedIndices(int[]) through queue |
void |
setSelectedValue(Object object,
boolean b)
Maps JList.setSelectedValue(Object, boolean) through queue |
void |
setSelectionBackground(Color color)
Maps JList.setSelectionBackground(Color) through queue |
void |
setSelectionForeground(Color color)
Maps JList.setSelectionForeground(Color) through queue |
void |
setSelectionInterval(int i,
int i1)
Maps JList.setSelectionInterval(int, int) through queue |
void |
setSelectionMode(int i)
Maps JList.setSelectionMode(int) through queue |
void |
setSelectionModel(ListSelectionModel listSelectionModel)
Maps JList.setSelectionModel(ListSelectionModel) through queue |
void |
setUI(ListUI listUI)
Maps JList.setUI(ListUI) through queue |
void |
setValueIsAdjusting(boolean b)
Maps JList.setValueIsAdjusting(boolean) through queue |
void |
setVisibleRowCount(int i)
Maps JList.setVisibleRowCount(int) through queue |
void |
waitItem(String item,
int itemIndex)
Waits for item. |
void |
waitItemSelection(int itemIndex,
boolean selected)
Waits for item to be selected. |
void |
waitItemsSelection(int[] itemIndices,
boolean selected)
Waits for items to be selected. |
static JList |
waitJList(Container cont,
ComponentChooser chooser)
Waits 0'th JList in container. |
static JList |
waitJList(Container cont,
ComponentChooser chooser,
int index)
Waits JList in container. |
static JList |
waitJList(Container cont,
String text,
boolean ce,
boolean ccs,
int itemIndex)
Waits JList by item. |
static JList |
waitJList(Container cont,
String text,
boolean ce,
boolean ccs,
int itemIndex,
int index)
Waits JList by item. |
Methods inherited from class org.netbeans.jemmy.operators.ContainerOperator |
---|
add, add, add, add, add, addContainerListener, createSubOperator, createSubOperator, findComponentAt, findComponentAt, findContainer, findContainer, findContainer, findContainer, findContainerUnder, findContainerUnder, findSubComponent, findSubComponent, getComponent, getComponentCount, getComponents, getInsets, getLayout, isAncestorOf, paintComponents, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, waitContainer, waitContainer, waitContainer, waitContainer, waitSubComponent, waitSubComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ITEM_PREFIX_DPROP
getDump()
,
Constant Field Valuespublic static final String SELECTED_ITEM_PREFIX_DPROP
getDump()
,
Constant Field ValuesConstructor Detail |
---|
public JListOperator(JList b)
b
- a componentpublic JListOperator(ContainerOperator cont, ComponentChooser chooser, int index)
cont
- a containerchooser
- a component chooser specifying searching criteria.index
- an index between appropriate ones.public JListOperator(ContainerOperator cont, ComponentChooser chooser)
cont
- a containerchooser
- a component chooser specifying searching criteria.public JListOperator(ContainerOperator cont, String text, int itemIndex, int index)
cont
- a containertext
- Text of item which is currently selected.itemIndex
- Item index.index
- Ordinal component index.public JListOperator(ContainerOperator cont, String text, int index)
cont
- a containertext
- Text of item which is currently selected.index
- Ordinal component index.Operator.isCaptionEqual(String, String, boolean, boolean)
public JListOperator(ContainerOperator cont, String text)
cont
- a containertext
- Text of item which is currently selected.Operator.isCaptionEqual(String, String, boolean, boolean)
public JListOperator(ContainerOperator cont, int index)
cont
- a containerindex
- Ordinal component index.public JListOperator(ContainerOperator cont)
cont
- a containerMethod Detail |
---|
public static JList findJList(Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.
public static JList findJList(Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.
public static JList findJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.index
- Ordinal component index.
Operator.isCaptionEqual(String, String, boolean, boolean)
public static JList findJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.
Operator.isCaptionEqual(String, String, boolean, boolean)
public static JList waitJList(Container cont, ComponentChooser chooser, int index)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.index
- Ordinal component index.
public static JList waitJList(Container cont, ComponentChooser chooser)
cont
- Container to search component in.chooser
- org.netbeans.jemmy.ComponentChooser implementation.
public static JList waitJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex, int index)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.index
- Ordinal component index.
Operator.isCaptionEqual(String, String, boolean, boolean)
public static JList waitJList(Container cont, String text, boolean ce, boolean ccs, int itemIndex)
cont
- Container to search component in.text
- Item text. If null, contents is not checked.ce
- Compare text exactly.ccs
- Compare text case sensitively.itemIndex
- Index of item to compare text. If -1, selected item is checked.
Operator.isCaptionEqual(String, String, boolean, boolean)
public void setOutput(TestOut output)
Outputable
setOutput
in interface Outputable
setOutput
in class JComponentOperator
output
- Identify the streams or writers used for print output.Outputable.getOutput()
public TestOut getOutput()
Outputable
getOutput
in interface Outputable
getOutput
in class JComponentOperator
Outputable.setOutput(org.netbeans.jemmy.TestOut)
public void copyEnvironment(Operator anotherOperator)
Operator
copyEnvironment
in class ComponentOperator
anotherOperator
- an operator to copy the environment to.public Point getClickPoint(int itemIndex)
itemIndex
- an index of an item to click.
public Component getRenderedComponent(int itemIndex, boolean isSelected, boolean cellHasFocus)
itemIndex
- Item index.isSelected
- True if the specified cell was selected.cellHasFocus
- True if the specified cell has the focus.
public Component getRenderedComponent(int itemIndex)
itemIndex
- Item index.
public int findItemIndex(JListOperator.ListItemChooser chooser, int index)
chooser
- Item verifying object.index
- Ordinal item index.
public int findItemIndex(JListOperator.ListItemChooser chooser)
chooser
- Item verifying object.
findItemIndex(JListOperator.ListItemChooser, int)
,
findItemIndex(String, boolean, boolean)
public int findItemIndex(String item, Operator.StringComparator comparator, int index)
item
- a text patterncomparator
- a string comparision algorithmindex
- Ordinal item index.
findItemIndex(JListOperator.ListItemChooser, int)
,
findItemIndex(String, boolean, boolean)
public int findItemIndex(String item, boolean ce, boolean cc, int index)
item
- a text patternce
- Compare text exactly.cc
- Compare text case sensitively.index
- Ordinal item index.
Operator.isCaptionEqual(String, String, boolean, boolean)
public int findItemIndex(String item, int index)
item
- a text patternindex
- Ordinal item index.
public int findItemIndex(String item, Operator.StringComparator comparator)
item
- a text patterncomparator
- a string comparision algorithm
findItemIndex(JListOperator.ListItemChooser, int)
,
findItemIndex(String, boolean, boolean)
public int findItemIndex(String item, boolean ce, boolean cc)
item
- a text patternce
- Compare text exactly.cc
- Compare text case sensitively.
Operator.isCaptionEqual(String, String, boolean, boolean)
public int findItemIndex(String item)
item
- a text pattern
Operator.isCaptionEqual(String, String, boolean, boolean)
public int findItemIndex(ComponentChooser chooser, int index)
chooser
- Component verifying object.index
- Ordinal item index.
getRenderedComponent(int, boolean, boolean)
public int findItemIndex(ComponentChooser chooser)
chooser
- Component verifying object.
getRenderedComponent(int, boolean, boolean)
public Object clickOnItem(int itemIndex, int clickCount)
itemIndex
- Item index.clickCount
- count click.
JListOperator.NoSuchItemException
public Object clickOnItem(String item, Operator.StringComparator comparator, int clickCount)
item
- Item text.comparator
- a string comparision algorithmclickCount
- count click.
JListOperator.NoSuchItemException
public Object clickOnItem(String item, boolean ce, boolean cc, int clickCount)
item
- Item text.ce
- Compare exactly.cc
- Compare case sensitively.clickCount
- count click.
JListOperator.NoSuchItemException
public Object clickOnItem(String item, int clickCount)
item
- Item text.clickCount
- count click.
JListOperator.NoSuchItemException
public Object clickOnItem(String item, Operator.StringComparator comparator)
item
- Item text.comparator
- a string comparision algorithm
JListOperator.NoSuchItemException
public Object clickOnItem(String item, boolean ce, boolean cc)
item
- Item text.ce
- Compare exactly.cc
- Compare case sensitively.
JListOperator.NoSuchItemException
public Object clickOnItem(String item)
item
- Item text.
JListOperator.NoSuchItemException
public void scrollToItem(int itemIndex)
itemIndex
- an item index.
JListOperator.NoSuchItemException
scrollToItem(String, boolean, boolean)
public void scrollToItem(String item, Operator.StringComparator comparator)
item
- Item textcomparator
- a string comparision algorithmscrollToItem(String, boolean, boolean)
public void scrollToItem(String item, boolean ce, boolean cc)
item
- Item textce
- Compare exactly.cc
- Compare case sensitively.scrollToItem(String, boolean, boolean)
public void selectItem(int index)
index
- an item index.public void selectItem(String item)
item
- an item text.public void selectItems(int[] indices)
indices
- item indices.public void selectItem(String[] items)
items
- item texts.public void waitItemsSelection(int[] itemIndices, boolean selected)
itemIndices
- item indices to be selectedselected
- Selected (true) or unselected (false).public void waitItemSelection(int itemIndex, boolean selected)
itemIndex
- an item needs to be selectedselected
- Selected (true) or unselected (false).public void waitItem(String item, int itemIndex)
item
- an item textitemIndex
- Index of item to check or -1 to check selected item.public Hashtable getDump()
getDump
in class JComponentOperator
public void addListSelectionListener(ListSelectionListener listSelectionListener)
JList.addListSelectionListener(ListSelectionListener)
through queue
public void addSelectionInterval(int i, int i1)
JList.addSelectionInterval(int, int)
through queue
public void clearSelection()
JList.clearSelection()
through queue
public void ensureIndexIsVisible(int i)
JList.ensureIndexIsVisible(int)
through queue
public int getAnchorSelectionIndex()
JList.getAnchorSelectionIndex()
through queue
public Rectangle getCellBounds(int i, int i1)
JList.getCellBounds(int, int)
through queue
public ListCellRenderer getCellRenderer()
JList.getCellRenderer()
through queue
public int getFirstVisibleIndex()
JList.getFirstVisibleIndex()
through queue
public int getFixedCellHeight()
JList.getFixedCellHeight()
through queue
public int getFixedCellWidth()
JList.getFixedCellWidth()
through queue
public int getLastVisibleIndex()
JList.getLastVisibleIndex()
through queue
public int getLeadSelectionIndex()
JList.getLeadSelectionIndex()
through queue
public int getMaxSelectionIndex()
JList.getMaxSelectionIndex()
through queue
public int getMinSelectionIndex()
JList.getMinSelectionIndex()
through queue
public ListModel getModel()
JList.getModel()
through queue
public Dimension getPreferredScrollableViewportSize()
JList.getPreferredScrollableViewportSize()
through queue
public Object getPrototypeCellValue()
JList.getPrototypeCellValue()
through queue
public int getScrollableBlockIncrement(Rectangle rectangle, int i, int i1)
JList.getScrollableBlockIncrement(Rectangle, int, int)
through queue
public boolean getScrollableTracksViewportHeight()
JList.getScrollableTracksViewportHeight()
through queue
public boolean getScrollableTracksViewportWidth()
JList.getScrollableTracksViewportWidth()
through queue
public int getScrollableUnitIncrement(Rectangle rectangle, int i, int i1)
JList.getScrollableUnitIncrement(Rectangle, int, int)
through queue
public int getSelectedIndex()
JList.getSelectedIndex()
through queue
public int[] getSelectedIndices()
JList.getSelectedIndices()
through queue
public Object getSelectedValue()
JList.getSelectedValue()
through queue
public Object[] getSelectedValues()
JList.getSelectedValues()
through queue
public Color getSelectionBackground()
JList.getSelectionBackground()
through queue
public Color getSelectionForeground()
JList.getSelectionForeground()
through queue
public int getSelectionMode()
JList.getSelectionMode()
through queue
public ListSelectionModel getSelectionModel()
JList.getSelectionModel()
through queue
public ListUI getUI()
JList.getUI()
through queue
public boolean getValueIsAdjusting()
JList.getValueIsAdjusting()
through queue
public int getVisibleRowCount()
JList.getVisibleRowCount()
through queue
public Point indexToLocation(int i)
JList.indexToLocation(int)
through queue
public boolean isSelectedIndex(int i)
JList.isSelectedIndex(int)
through queue
public boolean isSelectionEmpty()
JList.isSelectionEmpty()
through queue
public int locationToIndex(Point point)
JList.locationToIndex(Point)
through queue
public void removeListSelectionListener(ListSelectionListener listSelectionListener)
JList.removeListSelectionListener(ListSelectionListener)
through queue
public void removeSelectionInterval(int i, int i1)
JList.removeSelectionInterval(int, int)
through queue
public void setCellRenderer(ListCellRenderer listCellRenderer)
JList.setCellRenderer(ListCellRenderer)
through queue
public void setFixedCellHeight(int i)
JList.setFixedCellHeight(int)
through queue
public void setFixedCellWidth(int i)
JList.setFixedCellWidth(int)
through queue
public void setListData(Vector vector)
JList.setListData(Vector)
through queue
public void setListData(Object[] object)
JList.setListData(Object[])
through queue
public void setModel(ListModel listModel)
JList.setModel(ListModel)
through queue
public void setPrototypeCellValue(Object object)
JList.setPrototypeCellValue(Object)
through queue
public void setSelectedIndex(int i)
JList.setSelectedIndex(int)
through queue
public void setSelectedIndices(int[] i)
JList.setSelectedIndices(int[])
through queue
public void setSelectedValue(Object object, boolean b)
JList.setSelectedValue(Object, boolean)
through queue
public void setSelectionBackground(Color color)
JList.setSelectionBackground(Color)
through queue
public void setSelectionForeground(Color color)
JList.setSelectionForeground(Color)
through queue
public void setSelectionInterval(int i, int i1)
JList.setSelectionInterval(int, int)
through queue
public void setSelectionMode(int i)
JList.setSelectionMode(int)
through queue
public void setSelectionModel(ListSelectionModel listSelectionModel)
JList.setSelectionModel(ListSelectionModel)
through queue
public void setUI(ListUI listUI)
JList.setUI(ListUI)
through queue
public void setValueIsAdjusting(boolean b)
JList.setValueIsAdjusting(boolean)
through queue
public void setVisibleRowCount(int i)
JList.setVisibleRowCount(int)
through queue
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |