Java Doc for BasicComboPopup.java in  » Apache-Harmony-Java-SE » javax-package » javax » swing » plaf » basic » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » javax package » javax.swing.plaf.basic 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JPopupMenu
   javax.swing.plaf.basic.BasicComboPopup

BasicComboPopup
public class BasicComboPopup extends JPopupMenu implements ComboPopup(Code)

Inner Class :public class InvocationKeyHandler extends KeyAdapter
Inner Class :public class ListDataHandler implements ListDataListener
Inner Class :protected class ListSelectionHandler implements ListSelectionListener
Inner Class :protected class InvocationMouseHandler extends MouseAdapter
Inner Class :protected class InvocationMouseMotionHandler extends MouseMotionAdapter
Inner Class :protected class ItemHandler implements ItemListener
Inner Class :protected class ListMouseHandler extends MouseAdapter
Inner Class :protected class ListMouseMotionHandler extends MouseMotionAdapter
Inner Class :protected class PropertyChangeHandler implements PropertyChangeListener

Field Summary
final protected static  intSCROLL_DOWN
    
final protected static  intSCROLL_UP
    
protected  TimerautoscrollTimer
    
protected  JComboBoxcomboBox
    
protected  booleanhasEntered
    
protected  booleanisAutoScrolling
    
protected  ItemListeneritemListener
    
protected  KeyListenerkeyListener
    
protected  JListlist
    
protected  ListDataListenerlistDataListener
    
protected  MouseListenerlistMouseListener
    
protected  MouseMotionListenerlistMouseMotionListener
    
protected  ListSelectionListenerlistSelectionListener
    
protected  MouseListenermouseListener
    
protected  MouseMotionListenermouseMotionListener
    
protected  PropertyChangeListenerpropertyChangeListener
    
protected  intscrollDirection
    
protected  JScrollPanescroller
    
protected  booleanvalueIsAdjusting
    

Constructor Summary
public  BasicComboPopup(JComboBox combo)
    

Method Summary
protected  voidautoScrollDown()
    
protected  voidautoScrollUp()
    
protected  RectanglecomputePopupBounds(int px, int py, int pw, int ph)
    
protected  voidconfigureList()
    
protected  voidconfigurePopup()
    
protected  voidconfigureScroller()
    
protected  MouseEventconvertMouseEvent(MouseEvent e)
    
protected  ItemListenercreateItemListener()
    
protected  KeyListenercreateKeyListener()
    
protected  JListcreateList()
    
protected  ListDataListenercreateListDataListener()
    
protected  MouseListenercreateListMouseListener()
    
protected  MouseMotionListenercreateListMouseMotionListener()
    
protected  ListSelectionListenercreateListSelectionListener()
    
protected  MouseListenercreateMouseListener()
    
protected  MouseMotionListenercreateMouseMotionListener()
    
protected  PropertyChangeListenercreatePropertyChangeListener()
    
protected  JScrollPanecreateScroller()
    
protected  voiddelegateFocus(MouseEvent e)
    
protected  voidfirePopupMenuCanceled()
    
protected  voidfirePopupMenuWillBecomeInvisible()
    
protected  voidfirePopupMenuWillBecomeVisible()
    
public  AccessibleContextgetAccessibleContext()
    
public  KeyListenergetKeyListener()
    
public  JListgetList()
    
public  MouseListenergetMouseListener()
    
public  MouseMotionListenergetMouseMotionListener()
    
protected  intgetPopupHeightForRowCount(int maxRowCount)
    
public  voidhide()
    
protected  voidinstallComboBoxListeners()
    
protected  voidinstallComboBoxModelListeners(ComboBoxModel model)
    
protected  voidinstallKeyboardActions()
    
protected  voidinstallListListeners()
    
public  booleanisFocusTraversable()
    
public  voidshow()
    
protected  voidstartAutoScrolling(int direction)
    
protected  voidstopAutoScrolling()
    
protected  voidtogglePopup()
    
protected  voiduninstallComboBoxModelListeners(ComboBoxModel model)
    
protected  voiduninstallKeyboardActions()
    
public  voiduninstallingUI()
    
protected  voidupdateListBoxSelectionForEvent(MouseEvent e, boolean shouldScroll)
    

Field Detail
SCROLL_DOWN
final protected static int SCROLL_DOWN(Code)



SCROLL_UP
final protected static int SCROLL_UP(Code)



autoscrollTimer
protected Timer autoscrollTimer(Code)



comboBox
protected JComboBox comboBox(Code)



hasEntered
protected boolean hasEntered(Code)



isAutoScrolling
protected boolean isAutoScrolling(Code)



itemListener
protected ItemListener itemListener(Code)



keyListener
protected KeyListener keyListener(Code)



list
protected JList list(Code)



listDataListener
protected ListDataListener listDataListener(Code)



listMouseListener
protected MouseListener listMouseListener(Code)



listMouseMotionListener
protected MouseMotionListener listMouseMotionListener(Code)



listSelectionListener
protected ListSelectionListener listSelectionListener(Code)



mouseListener
protected MouseListener mouseListener(Code)



mouseMotionListener
protected MouseMotionListener mouseMotionListener(Code)



propertyChangeListener
protected PropertyChangeListener propertyChangeListener(Code)



scrollDirection
protected int scrollDirection(Code)



scroller
protected JScrollPane scroller(Code)



valueIsAdjusting
protected boolean valueIsAdjusting(Code)




Constructor Detail
BasicComboPopup
public BasicComboPopup(JComboBox combo)(Code)




Method Detail
autoScrollDown
protected void autoScrollDown()(Code)



autoScrollUp
protected void autoScrollUp()(Code)



computePopupBounds
protected Rectangle computePopupBounds(int px, int py, int pw, int ph)(Code)



configureList
protected void configureList()(Code)



configurePopup
protected void configurePopup()(Code)



configureScroller
protected void configureScroller()(Code)



convertMouseEvent
protected MouseEvent convertMouseEvent(MouseEvent e)(Code)



createItemListener
protected ItemListener createItemListener()(Code)



createKeyListener
protected KeyListener createKeyListener()(Code)



createList
protected JList createList()(Code)



createListDataListener
protected ListDataListener createListDataListener()(Code)



createListMouseListener
protected MouseListener createListMouseListener()(Code)



createListMouseMotionListener
protected MouseMotionListener createListMouseMotionListener()(Code)



createListSelectionListener
protected ListSelectionListener createListSelectionListener()(Code)



createMouseListener
protected MouseListener createMouseListener()(Code)



createMouseMotionListener
protected MouseMotionListener createMouseMotionListener()(Code)



createPropertyChangeListener
protected PropertyChangeListener createPropertyChangeListener()(Code)



createScroller
protected JScrollPane createScroller()(Code)



delegateFocus
protected void delegateFocus(MouseEvent e)(Code)



firePopupMenuCanceled
protected void firePopupMenuCanceled()(Code)



firePopupMenuWillBecomeInvisible
protected void firePopupMenuWillBecomeInvisible()(Code)



firePopupMenuWillBecomeVisible
protected void firePopupMenuWillBecomeVisible()(Code)



getAccessibleContext
public AccessibleContext getAccessibleContext()(Code)



getKeyListener
public KeyListener getKeyListener()(Code)



getList
public JList getList()(Code)



getMouseListener
public MouseListener getMouseListener()(Code)



getMouseMotionListener
public MouseMotionListener getMouseMotionListener()(Code)



getPopupHeightForRowCount
protected int getPopupHeightForRowCount(int maxRowCount)(Code)



hide
public void hide()(Code)



installComboBoxListeners
protected void installComboBoxListeners()(Code)



installComboBoxModelListeners
protected void installComboBoxModelListeners(ComboBoxModel model)(Code)



installKeyboardActions
protected void installKeyboardActions()(Code)



installListListeners
protected void installListListeners()(Code)



isFocusTraversable
public boolean isFocusTraversable()(Code)



show
public void show()(Code)



startAutoScrolling
protected void startAutoScrolling(int direction)(Code)



stopAutoScrolling
protected void stopAutoScrolling()(Code)



togglePopup
protected void togglePopup()(Code)



uninstallComboBoxModelListeners
protected void uninstallComboBoxModelListeners(ComboBoxModel model)(Code)



uninstallKeyboardActions
protected void uninstallKeyboardActions()(Code)



uninstallingUI
public void uninstallingUI()(Code)



updateListBoxSelectionForEvent
protected void updateListBoxSelectionForEvent(MouseEvent e, boolean shouldScroll)(Code)



Methods inherited from javax.swing.JPopupMenu
public JMenuItem add(Action action)(Code)(Java Doc)
public JMenuItem add(String text)(Code)(Java Doc)
public JMenuItem add(JMenuItem item)(Code)(Java Doc)
public void addPopupMenuListener(PopupMenuListener listener)(Code)(Java Doc)
public void addSeparator()(Code)(Java Doc)
protected PropertyChangeListener createActionChangeListener(JMenuItem item)(Code)(Java Doc)
protected JMenuItem createActionComponent(Action action)(Code)(Java Doc)
protected void firePopupMenuCanceled()(Code)(Java Doc)
protected void firePopupMenuWillBecomeInvisible()(Code)(Java Doc)
protected void firePopupMenuWillBecomeVisible()(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public Component getComponent()(Code)(Java Doc)
public Component getComponentAtIndex(int i)(Code)(Java Doc)
public int getComponentIndex(Component c)(Code)(Java Doc)
public static boolean getDefaultLightWeightPopupEnabled()(Code)(Java Doc)
public Component getInvoker()(Code)(Java Doc)
public String getLabel()(Code)(Java Doc)
public Insets getMargin()(Code)(Java Doc)
public PopupMenuListener[] getPopupMenuListeners()(Code)(Java Doc)
public SingleSelectionModel getSelectionModel()(Code)(Java Doc)
public MenuElement[] getSubElements()(Code)(Java Doc)
public PopupMenuUI getUI()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public void insert(Component c, int i)(Code)(Java Doc)
public void insert(Action action, int i)(Code)(Java Doc)
public boolean isBorderPainted()(Code)(Java Doc)
public boolean isLightWeightPopupEnabled()(Code)(Java Doc)
public boolean isPopupTrigger(MouseEvent event)(Code)(Java Doc)
public void menuSelectionChanged(boolean isIncluded)(Code)(Java Doc)
public void pack()(Code)(Java Doc)
protected void paintBorder(Graphics g)(Code)(Java Doc)
public void processKeyEvent(KeyEvent event, MenuElement[] path, MenuSelectionManager msm)(Code)(Java Doc)
public void processMouseEvent(MouseEvent event, MenuElement[] path, MenuSelectionManager msm)(Code)(Java Doc)
public void remove(int i)(Code)(Java Doc)
public void removePopupMenuListener(PopupMenuListener listener)(Code)(Java Doc)
public void setBorderPainted(boolean painted)(Code)(Java Doc)
public static void setDefaultLightWeightPopupEnabled(boolean lightWeightPopupEnabled)(Code)(Java Doc)
public void setInvoker(Component invoker)(Code)(Java Doc)
public void setLabel(String label)(Code)(Java Doc)
public void setLightWeightPopupEnabled(boolean lightWeightPopupEnabled)(Code)(Java Doc)
public void setLocation(int x, int y)(Code)(Java Doc)
public void setPopupSize(int width, int height)(Code)(Java Doc)
public void setPopupSize(Dimension size)(Code)(Java Doc)
public void setSelected(Component selection)(Code)(Java Doc)
public void setSelectionModel(SingleSelectionModel model)(Code)(Java Doc)
public void setUI(PopupMenuUI ui)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public void show(Component invoker, int x, int y)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.