equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
44 * has been added to the <code>java.beans</code> package. |
44 * has been added to the <code>java.beans</code> package. |
45 * Please see {@link java.beans.XMLEncoder}. |
45 * Please see {@link java.beans.XMLEncoder}. |
46 * |
46 * |
47 * @author Tom Santos |
47 * @author Tom Santos |
48 */ |
48 */ |
|
49 @SuppressWarnings("serial") // Same-version serialization only |
49 public interface ComboPopup { |
50 public interface ComboPopup { |
50 /** |
51 /** |
51 * Shows the popup |
52 * Shows the popup |
52 */ |
53 */ |
53 public void show(); |
54 public void show(); |