bugged stringlengths 6 599k | fixed stringlengths 10 599k | __index_level_0__ int64 0 1.13M |
|---|---|---|
protected abstractRecord newInstance(TypeCode oType, TypeCode aType, gnuDynAnyFactory aFactory, ORB anOrb) { return new gnuDynStruct(oType, aType, aFactory, anOrb); } | protected RecordAny newInstance(TypeCode oType, TypeCode aType, gnuDynAnyFactory aFactory, ORB anOrb) { return new gnuDynStruct(oType, aType, aFactory, anOrb); } | 22,628 |
private void doExecute() throws BuildException, ClassNotFoundException, IllegalAccessException, IOException { final VmArchitecture arch = getArchitecture(); final int slotSize = arch.getReferenceSize(); VmClassLoader cl = new VmClassLoader(classesURL, arch); VmType.initializeForBootImage(cl); FileWriter fw = new ... | private void doExecute() throws BuildException, ClassNotFoundException, IllegalAccessException, IOException { final VmArchitecture arch = getArchitecture(); final int slotSize = arch.getReferenceSize(); VmSystemClassLoader cl = new VmSystemClassLoader(classesURL, arch); VmType.initializeForBootImage(cl); FileWrit... | 22,629 |
private void doExecute() throws BuildException, ClassNotFoundException, IllegalAccessException, IOException { final VmArchitecture arch = getArchitecture(); final int slotSize = arch.getReferenceSize(); VmClassLoader cl = new VmClassLoader(classesURL, arch); VmType.initializeForBootImage(cl); FileWriter fw = new ... | private void doExecute() throws BuildException, ClassNotFoundException, IllegalAccessException, IOException { final VmArchitecture arch = getArchitecture(); final int slotSize = arch.getReferenceSize(); VmClassLoader cl = new VmClassLoader(classesURL, arch); VmType.initializeForBootImage(cl); FileWriter fw = new ... | 22,630 |
protected AccessibleJToolBar(JToolBar component) { super(component); // TODO } // AccessibleJToolBar() | protected AccessibleJToolBar(JToolBar component) { super(component); // TODO } // AccessibleJToolBar() | 22,631 |
public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJToolBar(this); } // if return accessibleContext; } // getAccessibleContext() | public AccessibleContext getAccessibleContext() { if (accessibleContext == null) { accessibleContext = new AccessibleJToolBar(this); } // if return accessibleContext; } // getAccessibleContext() | 22,633 |
public void updateUI() { setUI((ToolBarUI) UIManager.get(this)); invalidate(); } // updateUI() | public void updateUI() { setUI((ToolBarUI) UIManager.get(this)); invalidate(); } // updateUI() | 22,635 |
public abstract boolean getExpandedState(TreePath value0); | public abstract boolean getExpandedState(TreePath path); | 22,636 |
public TreeModel getModel() { return null; // TODO } // getModel() | public TreeModel getModel() { return null; // TODO } // getModel() | 22,637 |
public NodeDimensions getNodeDimensions() { return null; // TODO } // getNodeDimensions() | public NodeDimensions getNodeDimensions() { return null; // TODO } // getNodeDimensions() | 22,638 |
public abstract TreePath getPathForRow(int value0); | public abstract TreePath getPathForRow(int row); | 22,639 |
public abstract int getRowForPath(TreePath value0); | public abstract int getRowForPath(TreePath path); | 22,640 |
public int getRowHeight() { return 0; // TODO } // getRowHeight() | public int getRowHeight() { return 0; // TODO } // getRowHeight() | 22,641 |
public int[] getRowsForPaths(TreePath[] value0) { return null; // TODO } // getRowsForPaths() | public int[] getRowsForPaths(TreePath[] paths) { return null; // TODO } // getRowsForPaths() | 22,642 |
public TreeSelectionModel getSelectionModel() { return null; // TODO } // getSelectionModel() | public TreeSelectionModel getSelectionModel() { return null; // TODO } // getSelectionModel() | 22,643 |
public abstract Enumeration getVisiblePathsFrom(TreePath value0); | public abstract Enumeration getVisiblePathsFrom(TreePath path); | 22,644 |
public abstract void invalidatePathBounds(TreePath value0); | public abstract void invalidatePathBounds(TreePath path); | 22,645 |
public boolean isRootVisible() { return false; // TODO } // isRootVisible() | public boolean isRootVisible() { return false; // TODO } // isRootVisible() | 22,646 |
public void setModel(TreeModel value0) { // TODO } // setModel() | public void setModel(TreeModel value0) { // TODO } // setModel() | 22,647 |
public void setNodeDimensions(NodeDimensions value0) { // TODO } // setNodeDimensions() | public void setNodeDimensions(NodeDimensions value0) { // TODO } // setNodeDimensions() | 22,648 |
public void setRootVisible(boolean value0) { // TODO } // setRootVisible() | public void setRootVisible(boolean value0) { // TODO } // setRootVisible() | 22,649 |
public void setRowHeight(int value0) { // TODO } // setRowHeight() | public void setRowHeight(int value0) { // TODO } // setRowHeight() | 22,650 |
public void setSelectionModel(TreeSelectionModel value0) { // TODO } // setSelectionModel() | public void setSelectionModel(TreeSelectionModel value0) { // TODO } // setSelectionModel() | 22,651 |
public abstract void treeNodesChanged(TreeModelEvent value0); | public abstract void treeNodesChanged(TreeModelEvent event); | 22,652 |
public abstract void treeNodesInserted(TreeModelEvent value0); | public abstract void treeNodesInserted(TreeModelEvent event); | 22,653 |
public abstract void treeNodesRemoved(TreeModelEvent value0); | public abstract void treeNodesRemoved(TreeModelEvent event); | 22,654 |
public abstract void treeStructureChanged(TreeModelEvent value0); | public abstract void treeStructureChanged(TreeModelEvent event); | 22,655 |
public Dimension getPreferredScrollableViewportSize() { return null; } | public Dimension getPreferredScrollableViewportSize() { return new Dimension (getPreferredSize().width, getVisibleRowCount()*getRowHeight()); } | 22,656 |
protected void fireMenuSelected() { EventListener[] ll = listenerList.getListeners(MenuListener.class); for (int i = 0; i < ll.length; i++) ((MenuListener) ll[i]).menuSelected(menuEvent); } | protected void fireMenuSelected() { MenuListener[] listeners = getMenuListeners(); for (int i = 0; i < ll.length; i++) ((MenuListener) ll[i]).menuSelected(menuEvent); } | 22,659 |
protected void fireMenuSelected() { EventListener[] ll = listenerList.getListeners(MenuListener.class); for (int i = 0; i < ll.length; i++) ((MenuListener) ll[i]).menuSelected(menuEvent); } | protected void fireMenuSelected() { EventListener[] ll = listenerList.getListeners(MenuListener.class); for (int i = 0; i < ll.length; i++) ((MenuListener) ll[i]).menuSelected(menuEvent); } | 22,660 |
private final int insertString() { short match; int hash = ((ins_h << HASH_SHIFT) ^ window[strstart + (MIN_MATCH -1)]) & HASH_MASK; if (DEBUGGING) { if (hash != (((window[strstart] << (2*HASH_SHIFT)) ^ (window[strstart + 1] << HASH_SHIFT) ^ (window[strstart + 2])) & HASH_MASK)) thro... | private int insertString() { short match; int hash = ((ins_h << HASH_SHIFT) ^ window[strstart + (MIN_MATCH -1)]) & HASH_MASK; if (DEBUGGING) { if (hash != (((window[strstart] << (2*HASH_SHIFT)) ^ (window[strstart + 1] << HASH_SHIFT) ^ (window[strstart + 2])) & HASH_MASK)) throw new ... | 22,661 |
private final void updateHash() { if (DEBUGGING) System.err.println("updateHash: "+strstart); ins_h = (window[strstart] << HASH_SHIFT) ^ window[strstart + 1]; } | private void updateHash() { if (DEBUGGING) System.err.println("updateHash: "+strstart); ins_h = (window[strstart] << HASH_SHIFT) ^ window[strstart + 1]; } | 22,662 |
public int compareTo(Object o) { if (o == this) return 0; int[] components2 = ((OID) o).components; int len = Math.min(components.length, components2.length); for (int i = 0; i < len; i++) { if (components[i] != components2[i]) return (components[i] < components2[i]) ? -1 : 1; ... | public int compareTo(Object o) { if (equals(o)) return 0; int[] components2 = ((OID) o).components; int len = Math.min(components.length, components2.length); for (int i = 0; i < len; i++) { if (components[i] != components2[i]) return (components[i] < components2[i]) ? -1 : 1; ... | 22,664 |
public boolean equals(Object o) { if (this == o) return true; return java.util.Arrays.equals(components, ((OID) o).components); } | public boolean equals(Object o) { if (this == o) return true; return java.util.Arrays.equals(components, ((OID) o).components); } | 22,665 |
public byte[] getDer() { if (fixed && encoded != null) return (byte[]) encoded.clone(); ArrayList name = new ArrayList(components.size()); for (Iterator it = components.iterator(); it.hasNext(); ) { Map m = (Map) it.next(); if (m.isEmpty()) continue; Set rdn = new Has... | public byte[] getDer() { if (fixed && encoded != null) return (byte[]) encoded.clone(); ArrayList name = new ArrayList(components.size()); for (Iterator it = components.iterator(); it.hasNext(); ) { Map m = (Map) it.next(); if (m.isEmpty()) continue; Set rdn = new Has... | 22,666 |
public PublicKey decodePublicKey(byte[] input) { throw new IllegalArgumentException("Wrong format for public keys"); } | public PublicKey decodePublicKey(byte[] input) { throw new InvalidParameterException("Wrong format for public keys"); } | 22,668 |
public byte[] encodePublicKey(PublicKey key) { throw new IllegalArgumentException("Wrong format for public keys"); } | public byte[] encodePublicKey(PublicKey key) { throw new InvalidParameterException("Wrong format for public keys"); } | 22,669 |
public void finalize() throws Throwable { unmapImpl(); } | protected void finalize() throws Throwable { unmapImpl(); } | 22,670 |
public void execute(CommandLine commandLine, InputStream in, PrintStream out, PrintStream err) throws Exception { final ParsedArguments args = HELP_INFO.parse(commandLine.toStringArray()); final int port; if (PARAM_PORT.isSet(args)) { port = ARG_PORT.getInteger(args); } else... | public void execute(CommandLine commandLine, InputStream in, PrintStream out, PrintStream err) throws Exception { final ParsedArguments args = HELP_INFO.parse(commandLine.toStringArray()); final int port; if (PARAM_PORT.isSet(args)) { port = ARG_PORT.getInteger(args); } else... | 22,671 |
public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | 22,672 |
public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | 22,673 |
public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | 22,674 |
public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | public void run() { SwingUtilities.invokeLater(new Runnable() { public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) ... | 22,675 |
public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | 22,676 |
public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | 22,677 |
public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | 22,678 |
public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | public void run() { final ClassLoader cl = getClass().getClassLoader(); final ExtensionPoint appsEP; if (cl instanceof PluginClassLoader) { appsEP = ((PluginClassLoader) cl).getDeclaringPluginDescriptor().getExtensionPoint("apps"); ... | 22,679 |
private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | 22,681 |
private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | 22,682 |
private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | 22,683 |
private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | 22,684 |
private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | private void formatInternal (double number, FormatBuffer dest, FieldPosition fieldPos) { // A very special case. if (Double.isNaN(number)) { dest.append(symbols.getNaN()); if (fieldPos != null && (fieldPos.getField() == INTEGER_FIELD || fieldPos.getFieldAttribute() == NumberFormat.Field.INTE... | 22,685 |
public Number parse (String str, ParsePosition pos) { /* * Our strategy is simple: copy the text into separate buffers: one for the int part, * one for the fraction part and for the exponential part. * We translate or omit locale-specific information. * If exponential is sufficiently big we merg... | public Number parse (String str, ParsePosition pos) { /* * Our strategy is simple: copy the text into separate buffers: one for the int part, * one for the fraction part and for the exponential part. * We translate or omit locale-specific information. * If exponential is sufficiently big we merg... | 22,686 |
private int scanFix (String pattern, int index, FormatBuffer buf, String patChars, DecimalFormatSymbols syms, boolean is_suffix) { int len = pattern.length(); boolean quoteStarted = false; buf.clear(); boolean multiplierSet = false; while (index < len) { char c = pattern.charAt(in... | private int scanFix (String pattern, int index, FormatBuffer buf, String patChars, DecimalFormatSymbols syms, boolean is_suffix) { int len = pattern.length(); boolean quoteStarted = false; buf.clear(); boolean multiplierSet = false; while (index < len) { char c = pattern.charAt(in... | 22,687 |
Line.Info[] getSourceLineInfo(Line.Info info); | Line.Info[] getSourceLineInfo(); | 22,689 |
Line.Info[] getTargetLineInfo(Line.Info info); | Line.Info[] getTargetLineInfo(); | 22,690 |
public float getAlignment(int axis) { float align; if (axis == X_AXIS) align = 0.0F; // TODO: Implement according to justification else align = super.getAlignment(axis); return align; } | public float getAlignment(int axis) { float align; if (axis == X_AXIS) switch (justification) { case StyleConstants.ALIGN_RIGHT: align = 1.0F; break; case StyleConstants.ALIGN_CENTER: case StyleConstants.ALIGN_JUSTIFIED: align = 0.5F; break; case StyleConstants.ALIGN_LEFT: default: align = 0.0F;... | 22,691 |
protected SizeRequirements baselineRequirements(int axis, SizeRequirements sr) { SizeRequirements result; if (axis == myAxis) result = calculateMajorAxisRequirements(axis, sr); else result = calculateMinorAxisRequirements(axis, sr); return result... | protected SizeRequirements baselineRequirements(int axis, SizeRequirements sr) { SizeRequirements result; if (axis == myAxis) result = calculateMajorAxisRequirements(axis, sr); else result = calculateMinorAxisRequirements(axis, sr); return result... | 22,692 |
protected void baselineLayout(int span, int axis, int[] offsets, int[] spans) { if (axis == myAxis) layoutMajorAxis(span, axis, offsets, spans); else layoutMinorAxis(span, axis, offsets, spans); } | protected void baselineLayout(int span, int axis, int[] offsets, int[] spans) { if (axis == myAxis) layoutMajorAxis(span, axis, offsets, spans); else layoutMinorAxis(span, axis, offsets, spans); } | 22,693 |
public char next() { offset++; return array[offset]; } | public char next() { offset++; return array[offset]; } | 22,694 |
public long getFramePosition() { return framePosition; } | public final long getFramePosition() { return framePosition; } | 22,695 |
public Line getLine() { return line; } | public final Line getLine() { return line; } | 22,696 |
public Type getType() { return type; } | public final Type getType() { return type; } | 22,697 |
public Graphics getGraphics() { Insets ins = frame.getInsets(); Graphics g = frame.getGraphics(); g.translate(ins.left, ins.top); return g; } | public Graphics getGraphics() { Insets ins = getInsets(); Graphics g = frame.getGraphics(); g.translate(ins.left, ins.top); return g; } | 22,698 |
int selectionForKey(char value0, ComboBoxModel value1); | int selectionForKey(char aKey, ComboBoxModel aModel); | 22,699 |
public JComboBox(ComboBoxModel value0) { // TODO } // JComboBox() | public JComboBox(ComboBoxModel value0) { // TODO } // JComboBox() | 22,700 |
public void actionPerformed(ActionEvent value0) { // TODO } // actionPerformed() | public void actionPerformed(ActionEvent value0) { // TODO } // actionPerformed() | 22,701 |
public void addItem(Object value0) { // TODO } // addItem() | public void addItem(Object value0) { // TODO } // addItem() | 22,702 |
public void configureEditor(ComboBoxEditor value0, Object value1) { // TODO } // configureEditor() | public void configureEditor(ComboBoxEditor value0, Object value1) { // TODO } // configureEditor() | 22,703 |
protected void configurePropertiesFromAction(Action value0) { // TODO } // configurePropertiesFromAction() | protected void configurePropertiesFromAction(Action value0) { // TODO } // configurePropertiesFromAction() | 22,704 |
public void contentsChanged(ListDataEvent value0) { // TODO } // contentsChanged() | public void contentsChanged(ListDataEvent value0) { // TODO } // contentsChanged() | 22,705 |
protected PropertyChangeListener createActionPropertyChangeListener(Action value0) { return null; // TODO } // createActionPropertyChangeListener() | protected PropertyChangeListener createActionPropertyChangeListener(Action value0) { return null; // TODO } // createActionPropertyChangeListener() | 22,706 |
protected void fireActionEvent() { // TODO } // fireActionEvent() | protected void fireActionEvent() { // TODO } // fireActionEvent() | 22,707 |
protected void fireItemStateChanged(ItemEvent value0) { // TODO } // fireItemStateChanged() | protected void fireItemStateChanged(ItemEvent value0) { // TODO } // fireItemStateChanged() | 22,708 |
public Action getAction() { return null; // TODO } // getAction() | public Action getAction() { return null; // TODO } // getAction() | 22,709 |
public String getActionCommand() { return null; // TODO } // getActionCommand() | public String getActionCommand() { return null; // TODO } // getActionCommand() | 22,710 |
public ComboBoxEditor getEditor() { return null; // TODO } // getEditor() | public ComboBoxEditor getEditor() { return null; // TODO } // getEditor() | 22,711 |
public Object getItemAt(int value0) { return null; // TODO } // getItemAt() | public Object getItemAt(int value0) { return null; // TODO } // getItemAt() | 22,712 |
public int getItemCount() { return 0; // TODO } // getItemCount() | public int getItemCount() { return 0; // TODO } // getItemCount() | 22,713 |
public JComboBox.KeySelectionManager getKeySelectionManager() { return null; // TODO } // getKeySelectionManager() | public JComboBox.KeySelectionManager getKeySelectionManager() { return null; // TODO } // getKeySelectionManager() | 22,714 |
public int getMaximumRowCount() { return 0; // TODO } // getMaximumRowCount() | public int getMaximumRowCount() { return 0; // TODO } // getMaximumRowCount() | 22,715 |
public ComboBoxModel getModel() { return null; // TODO } // getModel() | public ComboBoxModel getModel() { return null; // TODO } // getModel() | 22,716 |
public ListCellRenderer getRenderer() { return null; // TODO } // getRenderer() | public ListCellRenderer getRenderer() { return null; // TODO } // getRenderer() | 22,717 |
public int getSelectedIndex() { return 0; // TODO } // getSelectedIndex() | public int getSelectedIndex() { return 0; // TODO } // getSelectedIndex() | 22,718 |
public Object getSelectedItem() { return null; // TODO } // getSelectedItem() | public Object getSelectedItem() { return null; // TODO } // getSelectedItem() | 22,719 |
public Object[] getSelectedObjects() { return null; // TODO } // getSelectedObjects() | public Object[] getSelectedObjects() { return null; // TODO } // getSelectedObjects() | 22,720 |
public void hidePopup() { // TODO } // hidePopup() | public void hidePopup() { // TODO } // hidePopup() | 22,721 |
public void insertItemAt(Object value0, int value1) { // TODO } // insertItemAt() | public void insertItemAt(Object value0, int value1) { // TODO } // insertItemAt() | 22,722 |
public void intervalAdded(ListDataEvent value0) { // TODO } // intervalAdded() | public void intervalAdded(ListDataEvent value0) { // TODO } // intervalAdded() | 22,723 |
public void intervalRemoved(ListDataEvent value0) { // TODO } // intervalRemoved() | public void intervalRemoved(ListDataEvent value0) { // TODO } // intervalRemoved() | 22,724 |
public boolean isEditable() { return false; // TODO } // isEditable() | public boolean isEditable() { return false; // TODO } // isEditable() | 22,725 |
public boolean isPopupVisible() { return false; // TODO } // isPopupVisible() | public boolean isPopupVisible() { return false; // TODO } // isPopupVisible() | 22,726 |
protected String paramString() { return null; // TODO } // paramString() | protected String paramString() { return null; // TODO } // paramString() | 22,727 |
public void processKeyEvent(KeyEvent value0) { // TODO } // processKeyEvent() | public void processKeyEvent(KeyEvent value0) { // TODO } // processKeyEvent() | 22,728 |
public void removeAllItems() { // TODO } // removeAllItems() | public void removeAllItems() { // TODO } // removeAllItems() | 22,729 |
public void removeItem(Object value0) { // TODO } // removeItem() | public void removeItem(Object value0) { // TODO } // removeItem() | 22,730 |
public void removeItemAt(int value0) { // TODO } // removeItemAt() | public void removeItemAt(int value0) { // TODO } // removeItemAt() | 22,731 |
public boolean selectWithKeyChar(char value0) { return false; // TODO } // selectWithKeyChar() | public boolean selectWithKeyChar(char value0) { return false; // TODO } // selectWithKeyChar() | 22,732 |
protected void selectedItemChanged() { // TODO } // selectedItemChanged() | protected void selectedItemChanged() { // TODO } // selectedItemChanged() | 22,733 |
public void setAction(Action value0) { // TODO } // setAction() | public void setAction(Action value0) { // TODO } // setAction() | 22,734 |
public void setActionCommand(String value0) { // TODO } // setActionCommand() | public void setActionCommand(String value0) { // TODO } // setActionCommand() | 22,735 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.