Uses of Class
javax.swing.JList
-
Packages that use JList 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf 提供一个接口和许多抽象类,Swing用来提供其可插拔的外观和感觉功能。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观构建的用户界面对象(一旦代号为 Metal ),这是默认的外观和感觉。javax.swing.plaf.multi 提供组合两种或多种外观和感觉的用户界面对象。 -
-
Uses of JList in javax.swing
Methods in javax.swing with parameters of type JList Modifier and Type 方法 描述 ComponentDefaultListCellRenderer. getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)ComponentListCellRenderer. getListCellRendererComponent(JList<? extends E> list, E value, int index, boolean isSelected, boolean cellHasFocus)返回已配置为显示指定值的组件。Constructors in javax.swing with parameters of type JList Constructor 描述 AccessibleJListChild(JList<E> parent, int indexInParent)构造一个AccessibleJListChild。 -
Uses of JList in javax.swing.plaf
Methods in javax.swing.plaf with parameters of type JList Modifier and Type 方法 描述 abstract RectangleListUI. getCellBounds(JList<?> list, int index1, int index2)返回给定列表的坐标系中由两个索引指定的单元格范围的边界矩形。abstract PointListUI. indexToLocation(JList<?> list, int index)返回列表坐标系中给定的JList中指定项目的原点。abstract intListUI. locationToIndex(JList<?> list, Point location)返回最接近列表坐标系中给定位置的指定的JList中的单元JList。 -
Uses of JList in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JList Modifier and Type Field 描述 protected JList<Object>BasicComboPopup. list此保护字段是实现特定的。protected JList<Object>BasicListUI. list实例JList。protected JList<Object>BasicComboBoxUI. listBox此列表用于在组合框中绘制当前项。Methods in javax.swing.plaf.basic that return JList Modifier and Type 方法 描述 protected JList<Object>BasicComboPopup. createList()创建弹出窗口中使用的JList,以显示组合框模型中的项目。JList<Object>BasicComboPopup. getList()实现ComboPopup.getList()。JList<Object>ComboPopup. getList()返回用于在组合框中绘制项目的列表。Methods in javax.swing.plaf.basic with parameters of type JList Modifier and Type 方法 描述 protected MouseListenerBasicFileChooserUI. createDoubleClickListener(JFileChooser fc, JList<?> list)创建一个双击监听器。RectangleBasicListUI. getCellBounds(JList<?> list, int index1, int index2)返回给定列表的坐标系中由两个索引指定的单元格范围的边界矩形。ComponentBasicComboBoxRenderer. getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)PointBasicListUI. indexToLocation(JList<?> list, int index)返回列表坐标系中给定的JList中指定项目的原点。intBasicListUI. locationToIndex(JList<?> list, Point location)返回最接近列表坐标系中给定位置的指定的JList中的单元JList。Constructors in javax.swing.plaf.basic with parameters of type JList Constructor 描述 DoubleClickListener(JList<?> list)一个DoubleClickListener。 -
Uses of JList in javax.swing.plaf.metal
Fields in javax.swing.plaf.metal declared as JList Modifier and Type Field 描述 protected JList<Object>MetalComboBoxButton. listBox实例JList。Methods in javax.swing.plaf.metal with parameters of type JList Modifier and Type 方法 描述 ComponentMetalFileChooserUI.FilterComboBoxRenderer. getListCellRendererComponent(JList<?> list, Object value, int index, boolean isSelected, boolean cellHasFocus)Constructors in javax.swing.plaf.metal with parameters of type JList Constructor 描述 MetalComboBoxButton(JComboBox<Object> cb, Icon i, boolean onlyIcon, CellRendererPane pane, JList<Object> list)构造一个新的实例MetalComboBoxButton。MetalComboBoxButton(JComboBox<Object> cb, Icon i, CellRendererPane pane, JList<Object> list)构造一个新的实例MetalComboBoxButton。SingleClickListener(JList<?> list)已过时。构造一个SingleClickListener的实例。 -
Uses of JList in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with parameters of type JList Modifier and Type 方法 描述 RectangleMultiListUI. getCellBounds(JList<?> a, int b, int c)在此对象处理的每个UI上调用getCellBounds方法。PointMultiListUI. indexToLocation(JList<?> a, int b)在此对象处理的每个UI上调用indexToLocation方法。intMultiListUI. locationToIndex(JList<?> a, Point b)在此对象处理的每个UI上调用locationToIndex方法。
-