Java Doc for BasicComboPopup.java in  » 6.0-JDK-Core » swing » javax » swing » plaf » basic » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Home
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
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » swing » javax.swing.plaf.basic 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   java.awt.Component
      java.awt.Container
         javax.swing.JComponent
            javax.swing.JPopupMenu
               javax.swing.plaf.basic.BasicComboPopup

All known Subclasses:   javax.swing.plaf.synth.SynthComboPopup,
BasicComboPopup
public class BasicComboPopup extends JPopupMenu implements ComboPopup(Code)
This is a basic implementation of the ComboPopup interface. This class represents the ui for the popup portion of the combo box.

All event handling is handled by listener classes created with the createxxxListener() methods and internal classes. You can change the behavior of this class by overriding the createxxxListener() methods and supplying your own event listeners or subclassing from the ones supplied in this class.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeansTM has been added to the java.beans package. Please see java.beans.XMLEncoder .
version:
   1.90 05/05/07
author:
   Tom Santos
author:
   Mark Davidson


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

Field Summary
final static  ListModelEmptyListModel
    
final protected static  intSCROLL_DOWN
    
final protected static  intSCROLL_UP
    
protected  TimerautoscrollTimer
     This protected field is implementation specific.
protected  JComboBoxcomboBox
    
protected  booleanhasEntered
    
protected  booleanisAutoScrolling
    
protected  ItemListeneritemListener
     This protected field is implementation specific.
protected  KeyListenerkeyListener
     This protected field is implementation specific.
protected  JListlist
     This protected field is implementation specific.
protected  ListDataListenerlistDataListener
     This protected field is implementation specific.
protected  MouseListenerlistMouseListener
     This protected field is implementation specific.
protected  MouseMotionListenerlistMouseMotionListener
     This protected field is implementation specific.
protected  ListSelectionListenerlistSelectionListener
     This protected field is implementation specific.
protected  MouseListenermouseListener
     This protected field is implementation specific.
protected  MouseMotionListenermouseMotionListener
     This protected field is implementation specific.
protected  PropertyChangeListenerpropertyChangeListener
     This protected field is implementation specific.
protected  intscrollDirection
    
protected  JScrollPanescroller
     This protected field is implementation specific.
protected  booleanvalueIsAdjusting
     As of Java 2 platform v1.4 this previously undocumented field is no longer used.

Constructor Summary
public  BasicComboPopup(JComboBox combo)
    

Method Summary
protected  voidautoScrollDown()
     This protected method is implementation specific and should be private.
protected  voidautoScrollUp()
     This protected method is implementation specific and should be private.
protected  RectanglecomputePopupBounds(int px, int py, int pw, int ph)
     Calculate the placement and size of the popup portion of the combo box based on the combo box location and the enclosing screen bounds.
protected  voidconfigureList()
     Configures the list which is used to hold the combo box items in the popup.
protected  voidconfigurePopup()
     Configures the popup portion of the combo box.
protected  voidconfigureScroller()
     Configures the scrollable portion which holds the list within the combo box popup.
protected  MouseEventconvertMouseEvent(MouseEvent e)
    
protected  ItemListenercreateItemListener()
     Creates an ItemListener which will be added to the combo box.
protected  KeyListenercreateKeyListener()
     Creates the key listener that will be added to the combo box.
protected  JListcreateList()
     Creates the JList used in the popup to display the items in the combo box model.
protected  ListDataListenercreateListDataListener()
     Creates a list data listener which will be added to the ComboBoxModel.
protected  MouseListenercreateListMouseListener()
     Creates a mouse listener that watches for mouse events in the popup's list.
protected  MouseMotionListenercreateListMouseMotionListener()
     Creates a mouse motion listener that watches for mouse motion events in the popup's list.
protected  ListSelectionListenercreateListSelectionListener()
     Creates a list selection listener that watches for selection changes in the popup's list.
protected  MouseListenercreateMouseListener()
     Creates a listener that will watch for mouse-press and release events on the combo box.
protected  MouseMotionListenercreateMouseMotionListener()
     Creates the mouse motion listener which will be added to the combo box.
protected  PropertyChangeListenercreatePropertyChangeListener()
     Creates a PropertyChangeListener which will be added to the combo box.
protected  JScrollPanecreateScroller()
     Creates the scroll pane which houses the scrollable list.
protected  voiddelegateFocus(MouseEvent e)
     This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up.
protected  voidfirePopupMenuCanceled()
    
protected  voidfirePopupMenuWillBecomeInvisible()
    
protected  voidfirePopupMenuWillBecomeVisible()
    
public  AccessibleContextgetAccessibleContext()
     Gets the AccessibleContext associated with this BasicComboPopup.
public  KeyListenergetKeyListener()
     Implementation of ComboPopup.getKeyListener().
public  JListgetList()
     Implementation of ComboPopup.getList().
public  MouseListenergetMouseListener()
     Implementation of ComboPopup.getMouseListener().
public  MouseMotionListenergetMouseMotionListener()
     Implementation of ComboPopup.getMouseMotionListener().
protected  intgetPopupHeightForRowCount(int maxRowCount)
     Retrieves the height of the popup based on the current ListCellRenderer and the maximum row count.
public  voidhide()
     Implementation of ComboPopup.hide().
protected  voidinstallComboBoxListeners()
     This method adds the necessary listeners to the JComboBox.
protected  voidinstallComboBoxModelListeners(ComboBoxModel model)
     Installs the listeners on the combo box model.
protected  voidinstallKeyboardActions()
    
protected  voidinstallListListeners()
     Adds the listeners to the list control.
public  booleanisFocusTraversable()
     Overridden to unconditionally return false.
public  voidshow()
     Implementation of ComboPopup.show().
protected  voidstartAutoScrolling(int direction)
     This protected method is implementation specific and should be private.
protected  voidstopAutoScrolling()
     This protected method is implementation specific and should be private.
protected  voidtogglePopup()
     Makes the popup visible if it is hidden and makes it hidden if it is visible.
protected  voiduninstallComboBoxModelListeners(ComboBoxModel model)
    
protected  voiduninstallKeyboardActions()
    
 voiduninstallListListeners()
    
public  voiduninstallingUI()
     Called when the UI is uninstalling.
protected  voidupdateListBoxSelectionForEvent(MouseEvent anEvent, boolean shouldScroll)
     A utility method used by the event listeners.

Field Detail
EmptyListModel
final static ListModel EmptyListModel(Code)



SCROLL_DOWN
final protected static int SCROLL_DOWN(Code)



SCROLL_UP
final protected static int SCROLL_UP(Code)



autoscrollTimer
protected Timer autoscrollTimer(Code)
This protected field is implementation specific. Do not access directly or override.



comboBox
protected JComboBox comboBox(Code)



hasEntered
protected boolean hasEntered(Code)



isAutoScrolling
protected boolean isAutoScrolling(Code)



itemListener
protected ItemListener itemListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead
See Also:   BasicComboPopup.createItemListener



keyListener
protected KeyListener keyListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
See Also:   BasicComboPopup.getKeyListener
See Also:   BasicComboPopup.createKeyListener



list
protected JList list(Code)
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
See Also:   BasicComboPopup.getList
See Also:   BasicComboPopup.createList



listDataListener
protected ListDataListener listDataListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead
See Also:   BasicComboPopup.createListDataListener



listMouseListener
protected MouseListener listMouseListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead.
See Also:   BasicComboPopup.createListMouseListener



listMouseMotionListener
protected MouseMotionListener listMouseMotionListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead
See Also:   BasicComboPopup.createListMouseMotionListener



listSelectionListener
protected ListSelectionListener listSelectionListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead.
See Also:   BasicComboPopup.createListSelectionListener



mouseListener
protected MouseListener mouseListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
See Also:   BasicComboPopup.getMouseListener
See Also:   BasicComboPopup.createMouseListener



mouseMotionListener
protected MouseMotionListener mouseMotionListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
See Also:   BasicComboPopup.getMouseMotionListener
See Also:   BasicComboPopup.createMouseMotionListener



propertyChangeListener
protected PropertyChangeListener propertyChangeListener(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead
See Also:   BasicComboPopup.createPropertyChangeListener



scrollDirection
protected int scrollDirection(Code)



scroller
protected JScrollPane scroller(Code)
This protected field is implementation specific. Do not access directly or override. Use the create method instead
See Also:   BasicComboPopup.createScroller



valueIsAdjusting
protected boolean valueIsAdjusting(Code)
As of Java 2 platform v1.4 this previously undocumented field is no longer used.




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




Method Detail
autoScrollDown
protected void autoScrollDown()(Code)
This protected method is implementation specific and should be private. do not call or override.



autoScrollUp
protected void autoScrollUp()(Code)
This protected method is implementation specific and should be private. do not call or override.



computePopupBounds
protected Rectangle computePopupBounds(int px, int py, int pw, int ph)(Code)
Calculate the placement and size of the popup portion of the combo box based on the combo box location and the enclosing screen bounds. If no transformations are required, then the returned rectangle will have the same values as the parameters.
Parameters:
  px - starting x location
Parameters:
  py - starting y location
Parameters:
  pw - starting width
Parameters:
  ph - starting height a rectangle which represents the placement and size of the popup



configureList
protected void configureList()(Code)
Configures the list which is used to hold the combo box items in the popup. This method is called when the UI class is created.
See Also:   BasicComboPopup.createList



configurePopup
protected void configurePopup()(Code)
Configures the popup portion of the combo box. This method is called when the UI class is created.



configureScroller
protected void configureScroller()(Code)
Configures the scrollable portion which holds the list within the combo box popup. This method is called when the UI class is created.



convertMouseEvent
protected MouseEvent convertMouseEvent(MouseEvent e)(Code)



createItemListener
protected ItemListener createItemListener()(Code)
Creates an ItemListener which will be added to the combo box. If this method returns null then it will not be added to the combo box.

Subclasses may override this method to return instances of their own ItemEvent handlers. an instance of an ItemListener or null




createKeyListener
protected KeyListener createKeyListener()(Code)
Creates the key listener that will be added to the combo box. If this method returns null then it will not be added to the combo box. a KeyListener or null



createList
protected JList createList()(Code)
Creates the JList used in the popup to display the items in the combo box model. This method is called when the UI class is created. a JList used to display the combo box items



createListDataListener
protected ListDataListener createListDataListener()(Code)
Creates a list data listener which will be added to the ComboBoxModel. If this method returns null then it will not be added to the combo box model. an instance of a ListDataListener or null



createListMouseListener
protected MouseListener createListMouseListener()(Code)
Creates a mouse listener that watches for mouse events in the popup's list. If this method returns null then it will not be added to the combo box. an instance of a MouseListener or null



createListMouseMotionListener
protected MouseMotionListener createListMouseMotionListener()(Code)
Creates a mouse motion listener that watches for mouse motion events in the popup's list. If this method returns null then it will not be added to the combo box. an instance of a MouseMotionListener or null



createListSelectionListener
protected ListSelectionListener createListSelectionListener()(Code)
Creates a list selection listener that watches for selection changes in the popup's list. If this method returns null then it will not be added to the popup list. an instance of a ListSelectionListener or null



createMouseListener
protected MouseListener createMouseListener()(Code)
Creates a listener that will watch for mouse-press and release events on the combo box. Warning: When overriding this method, make sure to maintain the existing behavior. a MouseListener which will be added to the combo box or null



createMouseMotionListener
protected MouseMotionListener createMouseMotionListener()(Code)
Creates the mouse motion listener which will be added to the combo box. Warning: When overriding this method, make sure to maintain the existing behavior. a MouseMotionListener which will be added tothe combo box or null



createPropertyChangeListener
protected PropertyChangeListener createPropertyChangeListener()(Code)
Creates a PropertyChangeListener which will be added to the combo box. If this method returns null then it will not be added to the combo box. an instance of a PropertyChangeListener or null



createScroller
protected JScrollPane createScroller()(Code)
Creates the scroll pane which houses the scrollable list.



delegateFocus
protected void delegateFocus(MouseEvent e)(Code)
This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up. The standard implementation delegates the focus to the editor (if the combo box is editable) or to the JComboBox if it is not editable.



firePopupMenuCanceled
protected void firePopupMenuCanceled()(Code)



firePopupMenuWillBecomeInvisible
protected void firePopupMenuWillBecomeInvisible()(Code)



firePopupMenuWillBecomeVisible
protected void firePopupMenuWillBecomeVisible()(Code)



getAccessibleContext
public AccessibleContext getAccessibleContext()(Code)
Gets the AccessibleContext associated with this BasicComboPopup. The AccessibleContext will have its parent set to the ComboBox. an AccessibleContext for the BasicComboPopup
since:
   1.5



getKeyListener
public KeyListener getKeyListener()(Code)
Implementation of ComboPopup.getKeyListener(). a KeyListener or null
See Also:   ComboPopup.getKeyListener



getList
public JList getList()(Code)
Implementation of ComboPopup.getList().



getMouseListener
public MouseListener getMouseListener()(Code)
Implementation of ComboPopup.getMouseListener(). a MouseListener or null
See Also:   ComboPopup.getMouseListener



getMouseMotionListener
public MouseMotionListener getMouseMotionListener()(Code)
Implementation of ComboPopup.getMouseMotionListener(). a MouseMotionListener or null
See Also:   ComboPopup.getMouseMotionListener



getPopupHeightForRowCount
protected int getPopupHeightForRowCount(int maxRowCount)(Code)
Retrieves the height of the popup based on the current ListCellRenderer and the maximum row count.



hide
public void hide()(Code)
Implementation of ComboPopup.hide().



installComboBoxListeners
protected void installComboBoxListeners()(Code)
This method adds the necessary listeners to the JComboBox.



installComboBoxModelListeners
protected void installComboBoxModelListeners(ComboBoxModel model)(Code)
Installs the listeners on the combo box model. Any listeners installed on the combo box model should be removed in uninstallComboBoxModelListeners.
Parameters:
  model - The combo box model to install listeners
See Also:   BasicComboPopup.uninstallComboBoxModelListeners



installKeyboardActions
protected void installKeyboardActions()(Code)



installListListeners
protected void installListListeners()(Code)
Adds the listeners to the list control.



isFocusTraversable
public boolean isFocusTraversable()(Code)
Overridden to unconditionally return false.



show
public void show()(Code)
Implementation of ComboPopup.show().



startAutoScrolling
protected void startAutoScrolling(int direction)(Code)
This protected method is implementation specific and should be private. do not call or override.



stopAutoScrolling
protected void stopAutoScrolling()(Code)
This protected method is implementation specific and should be private. do not call or override.



togglePopup
protected void togglePopup()(Code)
Makes the popup visible if it is hidden and makes it hidden if it is visible.



uninstallComboBoxModelListeners
protected void uninstallComboBoxModelListeners(ComboBoxModel model)(Code)
Removes the listeners from the combo box model
Parameters:
  model - The combo box model to install listeners
See Also:   BasicComboPopup.installComboBoxModelListeners



uninstallKeyboardActions
protected void uninstallKeyboardActions()(Code)



uninstallListListeners
void uninstallListListeners()(Code)



uninstallingUI
public void uninstallingUI()(Code)
Called when the UI is uninstalling. Since this popup isn't in the component tree, it won't get it's uninstallUI() called. It removes the listeners that were added in addComboBoxListeners().



updateListBoxSelectionForEvent
protected void updateListBoxSelectionForEvent(MouseEvent anEvent, boolean shouldScroll)(Code)
A utility method used by the event listeners. Given a mouse event, it changes the list selection to the list item below the mouse.



Methods inherited from javax.swing.JPopupMenu
public JMenuItem add(JMenuItem menuItem)(Code)(Java Doc)
public JMenuItem add(String s)(Code)(Java Doc)
public JMenuItem add(Action a)(Code)(Java Doc)
public void addMenuKeyListener(MenuKeyListener l)(Code)(Java Doc)
public void addPopupMenuListener(PopupMenuListener l)(Code)(Java Doc)
public void addSeparator()(Code)(Java Doc)
protected PropertyChangeListener createActionChangeListener(JMenuItem b)(Code)(Java Doc)
protected JMenuItem createActionComponent(Action a)(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 MenuKeyListener[] getMenuKeyListeners()(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(Action a, int index)(Code)(Java Doc)
public void insert(Component component, int index)(Code)(Java Doc)
public boolean isBorderPainted()(Code)(Java Doc)
public boolean isLightWeightPopupEnabled()(Code)(Java Doc)
public boolean isPopupTrigger(MouseEvent e)(Code)(Java Doc)
public boolean isVisible()(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)
protected String paramString()(Code)(Java Doc)
protected void processFocusEvent(FocusEvent evt)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent evt)(Code)(Java Doc)
public void processKeyEvent(KeyEvent e, MenuElement path, MenuSelectionManager manager)(Code)(Java Doc)
public void processMouseEvent(MouseEvent event, MenuElement path, MenuSelectionManager manager)(Code)(Java Doc)
public void remove(int pos)(Code)(Java Doc)
public void removeMenuKeyListener(MenuKeyListener l)(Code)(Java Doc)
public void removePopupMenuListener(PopupMenuListener l)(Code)(Java Doc)
public void setBorderPainted(boolean b)(Code)(Java Doc)
public static void setDefaultLightWeightPopupEnabled(boolean aFlag)(Code)(Java Doc)
public void setInvoker(Component invoker)(Code)(Java Doc)
public void setLabel(String label)(Code)(Java Doc)
public void setLightWeightPopupEnabled(boolean aFlag)(Code)(Java Doc)
public void setLocation(int x, int y)(Code)(Java Doc)
public void setPopupSize(Dimension d)(Code)(Java Doc)
public void setPopupSize(int width, int height)(Code)(Java Doc)
public void setSelected(Component sel)(Code)(Java Doc)
public void setSelectionModel(SingleSelectionModel model)(Code)(Java Doc)
public void setUI(PopupMenuUI ui)(Code)(Java Doc)
public void setVisible(boolean b)(Code)(Java Doc)
public void show(Component invoker, int x, int y)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

Fields inherited from javax.swing.JComponent
final public static String TOOL_TIP_TEXT_KEY(Code)(Java Doc)
final public static int UNDEFINED_CONDITION(Code)(Java Doc)
final public static int WHEN_ANCESTOR_OF_FOCUSED_COMPONENT(Code)(Java Doc)
final public static int WHEN_FOCUSED(Code)(Java Doc)
final public static int WHEN_IN_FOCUSED_WINDOW(Code)(Java Doc)
protected AccessibleContext accessibleContext(Code)(Java Doc)
protected EventListenerList listenerList(Code)(Java Doc)
protected transient ComponentUI ui(Code)(Java Doc)

Methods inherited from javax.swing.JComponent
public void addAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void computeVisibleRect(Rectangle visibleRect)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public JToolTip createToolTip()(Code)(Java Doc)
public void disable()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws java.beans.PropertyVetoException(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public ActionListener getActionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
final public ActionMap getActionMap()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public AncestorListener[] getAncestorListeners()(Code)(Java Doc)
public boolean getAutoscrolls()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Border getBorder()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
final public Object getClientProperty(Object key)(Code)(Java Doc)
protected Graphics getComponentGraphics(Graphics g)(Code)(Java Doc)
public JPopupMenu getComponentPopupMenu()(Code)(Java Doc)
public int getConditionForKeyStroke(KeyStroke aKeyStroke)(Code)(Java Doc)
public int getDebugGraphicsOptions()(Code)(Java Doc)
public static Locale getDefaultLocale()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public boolean getInheritsPopupMenu()(Code)(Java Doc)
final public InputMap getInputMap(int condition)(Code)(Java Doc)
final public InputMap getInputMap()(Code)(Java Doc)
public InputVerifier getInputVerifier()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public Insets getInsets(Insets insets)(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Component getNextFocusableComponent()(Code)(Java Doc)
public Point getPopupLocation(MouseEvent event)(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public KeyStroke[] getRegisteredKeyStrokes()(Code)(Java Doc)
public JRootPane getRootPane()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Point getToolTipLocation(MouseEvent event)(Code)(Java Doc)
public String getToolTipText()(Code)(Java Doc)
public String getToolTipText(MouseEvent event)(Code)(Java Doc)
public Container getTopLevelAncestor()(Code)(Java Doc)
public TransferHandler getTransferHandler()(Code)(Java Doc)
public String getUIClassID()(Code)(Java Doc)
public boolean getVerifyInputWhenFocusTarget()(Code)(Java Doc)
public synchronized VetoableChangeListener[] getVetoableChangeListeners()(Code)(Java Doc)
public Rectangle getVisibleRect()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public void grabFocus()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public static boolean isLightweightComponent(Component c)(Code)(Java Doc)
public boolean isManagingFocus()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isOptimizedDrawingEnabled()(Code)(Java Doc)
final public boolean isPaintingForPrint()(Code)(Java Doc)
public boolean isPaintingTile()(Code)(Java Doc)
public boolean isRequestFocusEnabled()(Code)(Java Doc)
public boolean isValidateRoot()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
protected void paintBorder(Graphics g)(Code)(Java Doc)
protected void paintChildren(Graphics g)(Code)(Java Doc)
protected void paintComponent(Graphics g)(Code)(Java Doc)
public void paintImmediately(int x, int y, int w, int h)(Code)(Java Doc)
public void paintImmediately(Rectangle r)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void printBorder(Graphics g)(Code)(Java Doc)
protected void printChildren(Graphics g)(Code)(Java Doc)
protected void printComponent(Graphics g)(Code)(Java Doc)
protected void processComponentKeyEvent(KeyEvent e)(Code)(Java Doc)
protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
final public void putClientProperty(Object key, Object value)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition)(Code)(Java Doc)
public void removeAncestorListener(AncestorListener listener)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removeVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(Rectangle r)(Code)(Java Doc)
public boolean requestDefaultFocus()(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
public boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void resetKeyboardActions()(Code)(Java Doc)
public void reshape(int x, int y, int w, int h)(Code)(Java Doc)
public void revalidate()(Code)(Java Doc)
public void scrollRectToVisible(Rectangle aRect)(Code)(Java Doc)
final public void setActionMap(ActionMap am)(Code)(Java Doc)
public void setAlignmentX(float alignmentX)(Code)(Java Doc)
public void setAlignmentY(float alignmentY)(Code)(Java Doc)
public void setAutoscrolls(boolean autoscrolls)(Code)(Java Doc)
public void setBackground(Color bg)(Code)(Java Doc)
public void setBorder(Border border)(Code)(Java Doc)
public void setComponentPopupMenu(JPopupMenu popup)(Code)(Java Doc)
public void setDebugGraphicsOptions(int debugOptions)(Code)(Java Doc)
public static void setDefaultLocale(Locale l)(Code)(Java Doc)
public void setDoubleBuffered(boolean aFlag)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFont(Font font)(Code)(Java Doc)
public void setForeground(Color fg)(Code)(Java Doc)
public void setInheritsPopupMenu(boolean value)(Code)(Java Doc)
final public void setInputMap(int condition, InputMap map)(Code)(Java Doc)
public void setInputVerifier(InputVerifier inputVerifier)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setNextFocusableComponent(Component aComponent)(Code)(Java Doc)
public void setOpaque(boolean isOpaque)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setRequestFocusEnabled(boolean requestFocusEnabled)(Code)(Java Doc)
public void setToolTipText(String text)(Code)(Java Doc)
public void setTransferHandler(TransferHandler newHandler)(Code)(Java Doc)
protected void setUI(ComponentUI newUI)(Code)(Java Doc)
public void setVerifyInputWhenFocusTarget(boolean verifyInputWhenFocusTarget)(Code)(Java Doc)
public void setVisible(boolean aFlag)(Code)(Java Doc)
public void unregisterKeyboardAction(KeyStroke aKeyStroke)(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void updateUI()(Code)(Java Doc)

Methods inherited from java.awt.Container
public Component add(Component comp)(Code)(Java Doc)
public Component add(String name, Component comp)(Code)(Java Doc)
public Component add(Component comp, int index)(Code)(Java Doc)
public void add(Component comp, Object constraints)(Code)(Java Doc)
public void add(Component comp, Object constraints, int index)(Code)(Java Doc)
public synchronized void addContainerListener(ContainerListener l)(Code)(Java Doc)
protected void addImpl(Component comp, Object constraints, int index)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public int countComponents()(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public Component findComponentAt(int x, int y)(Code)(Java Doc)
public Component findComponentAt(Point p)(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Component getComponent(int n)(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public int getComponentCount()(Code)(Java Doc)
public int getComponentZOrder(Component comp)(Code)(Java Doc)
public Component[] getComponents()(Code)(Java Doc)
public synchronized ContainerListener[] getContainerListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public FocusTraversalPolicy getFocusTraversalPolicy()(Code)(Java Doc)
public Insets getInsets()(Code)(Java Doc)
public LayoutManager getLayout()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public Point getMousePosition(boolean allowChildren) throws HeadlessException(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public Insets insets()(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isAncestorOf(Component c)(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusCycleRoot()(Code)(Java Doc)
final public boolean isFocusTraversalPolicyProvider()(Code)(Java Doc)
public boolean isFocusTraversalPolicySet()(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintComponents(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printComponents(Graphics g)(Code)(Java Doc)
protected void processContainerEvent(ContainerEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
public void remove(int index)(Code)(Java Doc)
public void remove(Component comp)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public synchronized void removeContainerListener(ContainerListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public void setComponentZOrder(Component comp, int index)(Code)(Java Doc)
public void setFocusCycleRoot(boolean focusCycleRoot)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalPolicy(FocusTraversalPolicy policy)(Code)(Java Doc)
final public void setFocusTraversalPolicyProvider(boolean provider)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setLayout(LayoutManager mgr)(Code)(Java Doc)
public void transferFocusDownCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)
protected void validateTree()(Code)(Java Doc)

Fields inherited from java.awt.Component
final public static float BOTTOM_ALIGNMENT(Code)(Java Doc)
final public static float CENTER_ALIGNMENT(Code)(Java Doc)
final public static float LEFT_ALIGNMENT(Code)(Java Doc)
final public static float RIGHT_ALIGNMENT(Code)(Java Doc)
final public static float TOP_ALIGNMENT(Code)(Java Doc)

Methods inherited from java.awt.Component
public boolean action(Event evt, Object what)(Code)(Java Doc)
public void add(PopupMenu popup)(Code)(Java Doc)
public synchronized void addComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void addFocusListener(FocusListener l)(Code)(Java Doc)
public void addHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void addHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void addInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void addKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void addMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void addMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void addMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void addNotify()(Code)(Java Doc)
public synchronized void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void applyComponentOrientation(ComponentOrientation orientation)(Code)(Java Doc)
public boolean areFocusTraversalKeysSet(int id)(Code)(Java Doc)
public Rectangle bounds()(Code)(Java Doc)
public int checkImage(Image image, ImageObserver observer)(Code)(Java Doc)
public int checkImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
protected AWTEvent coalesceEvents(AWTEvent existingEvent, AWTEvent newEvent)(Code)(Java Doc)
public boolean contains(int x, int y)(Code)(Java Doc)
public boolean contains(Point p)(Code)(Java Doc)
public Image createImage(ImageProducer producer)(Code)(Java Doc)
public Image createImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc)
public VolatileImage createVolatileImage(int width, int height, ImageCapabilities caps) throws AWTException(Code)(Java Doc)
public void deliverEvent(Event e)(Code)(Java Doc)
public void disable()(Code)(Java Doc)
final protected void disableEvents(long eventsToDisable)(Code)(Java Doc)
final public void dispatchEvent(AWTEvent e)(Code)(Java Doc)
public void doLayout()(Code)(Java Doc)
public void enable()(Code)(Java Doc)
public void enable(boolean b)(Code)(Java Doc)
final protected void enableEvents(long eventsToEnable)(Code)(Java Doc)
public void enableInputMethods(boolean enable)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc)
protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, char oldValue, char newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, short oldValue, short newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, long oldValue, long newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, float oldValue, float newValue)(Code)(Java Doc)
public void firePropertyChange(String propertyName, double oldValue, double newValue)(Code)(Java Doc)
public AccessibleContext getAccessibleContext()(Code)(Java Doc)
public float getAlignmentX()(Code)(Java Doc)
public float getAlignmentY()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
public int getBaseline(int width, int height)(Code)(Java Doc)
public BaselineResizeBehavior getBaselineResizeBehavior()(Code)(Java Doc)
public Rectangle getBounds()(Code)(Java Doc)
public Rectangle getBounds(Rectangle rv)(Code)(Java Doc)
public ColorModel getColorModel()(Code)(Java Doc)
public Component getComponentAt(int x, int y)(Code)(Java Doc)
public Component getComponentAt(Point p)(Code)(Java Doc)
public synchronized ComponentListener[] getComponentListeners()(Code)(Java Doc)
public ComponentOrientation getComponentOrientation()(Code)(Java Doc)
public Cursor getCursor()(Code)(Java Doc)
public synchronized DropTarget getDropTarget()(Code)(Java Doc)
public Container getFocusCycleRootAncestor()(Code)(Java Doc)
public synchronized FocusListener[] getFocusListeners()(Code)(Java Doc)
public Set<AWTKeyStroke> getFocusTraversalKeys(int id)(Code)(Java Doc)
public boolean getFocusTraversalKeysEnabled()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public FontMetrics getFontMetrics(Font font)(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public Graphics getGraphics()(Code)(Java Doc)
public GraphicsConfiguration getGraphicsConfiguration()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public synchronized HierarchyBoundsListener[] getHierarchyBoundsListeners()(Code)(Java Doc)
public synchronized HierarchyListener[] getHierarchyListeners()(Code)(Java Doc)
public boolean getIgnoreRepaint()(Code)(Java Doc)
public InputContext getInputContext()(Code)(Java Doc)
public synchronized InputMethodListener[] getInputMethodListeners()(Code)(Java Doc)
public InputMethodRequests getInputMethodRequests()(Code)(Java Doc)
public synchronized KeyListener[] getKeyListeners()(Code)(Java Doc)
public T[] getListeners(Class<T> listenerType)(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public Point getLocation()(Code)(Java Doc)
public Point getLocation(Point rv)(Code)(Java Doc)
public Point getLocationOnScreen()(Code)(Java Doc)
public Dimension getMaximumSize()(Code)(Java Doc)
public Dimension getMinimumSize()(Code)(Java Doc)
public synchronized MouseListener[] getMouseListeners()(Code)(Java Doc)
public synchronized MouseMotionListener[] getMouseMotionListeners()(Code)(Java Doc)
public Point getMousePosition() throws HeadlessException(Code)(Java Doc)
public synchronized MouseWheelListener[] getMouseWheelListeners()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Container getParent()(Code)(Java Doc)
public ComponentPeer getPeer()(Code)(Java Doc)
public Dimension getPreferredSize()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners()(Code)(Java Doc)
public synchronized PropertyChangeListener[] getPropertyChangeListeners(String propertyName)(Code)(Java Doc)
public Dimension getSize()(Code)(Java Doc)
public Dimension getSize(Dimension rv)(Code)(Java Doc)
public Toolkit getToolkit()(Code)(Java Doc)
final public Object getTreeLock()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getX()(Code)(Java Doc)
public int getY()(Code)(Java Doc)
public boolean gotFocus(Event evt, Object what)(Code)(Java Doc)
public boolean handleEvent(Event evt)(Code)(Java Doc)
public boolean hasFocus()(Code)(Java Doc)
public void hide()(Code)(Java Doc)
public boolean imageUpdate(Image img, int infoflags, int x, int y, int w, int h)(Code)(Java Doc)
public boolean inside(int x, int y)(Code)(Java Doc)
public void invalidate()(Code)(Java Doc)
public boolean isBackgroundSet()(Code)(Java Doc)
public boolean isCursorSet()(Code)(Java Doc)
public boolean isDisplayable()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusCycleRoot(Container container)(Code)(Java Doc)
public boolean isFocusOwner()(Code)(Java Doc)
public boolean isFocusTraversable()(Code)(Java Doc)
public boolean isFocusable()(Code)(Java Doc)
public boolean isFontSet()(Code)(Java Doc)
public boolean isForegroundSet()(Code)(Java Doc)
public boolean isLightweight()(Code)(Java Doc)
public boolean isMaximumSizeSet()(Code)(Java Doc)
public boolean isMinimumSizeSet()(Code)(Java Doc)
public boolean isOpaque()(Code)(Java Doc)
public boolean isPreferredSizeSet()(Code)(Java Doc)
public boolean isShowing()(Code)(Java Doc)
public boolean isValid()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public boolean keyDown(Event evt, int key)(Code)(Java Doc)
public boolean keyUp(Event evt, int key)(Code)(Java Doc)
public void layout()(Code)(Java Doc)
public void list()(Code)(Java Doc)
public void list(PrintStream out)(Code)(Java Doc)
public void list(PrintStream out, int indent)(Code)(Java Doc)
public void list(PrintWriter out)(Code)(Java Doc)
public void list(PrintWriter out, int indent)(Code)(Java Doc)
public Component locate(int x, int y)(Code)(Java Doc)
public Point location()(Code)(Java Doc)
public boolean lostFocus(Event evt, Object what)(Code)(Java Doc)
public Dimension minimumSize()(Code)(Java Doc)
public boolean mouseDown(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseDrag(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseEnter(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseExit(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseMove(Event evt, int x, int y)(Code)(Java Doc)
public boolean mouseUp(Event evt, int x, int y)(Code)(Java Doc)
public void move(int x, int y)(Code)(Java Doc)
public void nextFocus()(Code)(Java Doc)
public void paint(Graphics g)(Code)(Java Doc)
public void paintAll(Graphics g)(Code)(Java Doc)
protected String paramString()(Code)(Java Doc)
public boolean postEvent(Event e)(Code)(Java Doc)
public Dimension preferredSize()(Code)(Java Doc)
public boolean prepareImage(Image image, ImageObserver observer)(Code)(Java Doc)
public boolean prepareImage(Image image, int width, int height, ImageObserver observer)(Code)(Java Doc)
public void print(Graphics g)(Code)(Java Doc)
public void printAll(Graphics g)(Code)(Java Doc)
protected void processComponentEvent(ComponentEvent e)(Code)(Java Doc)
protected void processEvent(AWTEvent e)(Code)(Java Doc)
protected void processFocusEvent(FocusEvent e)(Code)(Java Doc)
protected void processHierarchyBoundsEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processHierarchyEvent(HierarchyEvent e)(Code)(Java Doc)
protected void processInputMethodEvent(InputMethodEvent e)(Code)(Java Doc)
protected void processKeyEvent(KeyEvent e)(Code)(Java Doc)
protected void processMouseEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseMotionEvent(MouseEvent e)(Code)(Java Doc)
protected void processMouseWheelEvent(MouseWheelEvent e)(Code)(Java Doc)
public void remove(MenuComponent popup)(Code)(Java Doc)
public synchronized void removeComponentListener(ComponentListener l)(Code)(Java Doc)
public synchronized void removeFocusListener(FocusListener l)(Code)(Java Doc)
public void removeHierarchyBoundsListener(HierarchyBoundsListener l)(Code)(Java Doc)
public void removeHierarchyListener(HierarchyListener l)(Code)(Java Doc)
public synchronized void removeInputMethodListener(InputMethodListener l)(Code)(Java Doc)
public synchronized void removeKeyListener(KeyListener l)(Code)(Java Doc)
public synchronized void removeMouseListener(MouseListener l)(Code)(Java Doc)
public synchronized void removeMouseMotionListener(MouseMotionListener l)(Code)(Java Doc)
public synchronized void removeMouseWheelListener(MouseWheelListener l)(Code)(Java Doc)
public void removeNotify()(Code)(Java Doc)
public synchronized void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public synchronized void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)(Code)(Java Doc)
public void repaint()(Code)(Java Doc)
public void repaint(long tm)(Code)(Java Doc)
public void repaint(int x, int y, int width, int height)(Code)(Java Doc)
public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc)
public void requestFocus()(Code)(Java Doc)
protected boolean requestFocus(boolean temporary)(Code)(Java Doc)
public boolean requestFocusInWindow()(Code)(Java Doc)
protected boolean requestFocusInWindow(boolean temporary)(Code)(Java Doc)
public void reshape(int x, int y, int width, int height)(Code)(Java Doc)
public void resize(int width, int height)(Code)(Java Doc)
public void resize(Dimension d)(Code)(Java Doc)
public void setBackground(Color c)(Code)(Java Doc)
public void setBounds(int x, int y, int width, int height)(Code)(Java Doc)
public void setBounds(Rectangle r)(Code)(Java Doc)
public void setComponentOrientation(ComponentOrientation o)(Code)(Java Doc)
public void setCursor(Cursor cursor)(Code)(Java Doc)
public synchronized void setDropTarget(DropTarget dt)(Code)(Java Doc)
public void setEnabled(boolean b)(Code)(Java Doc)
public void setFocusTraversalKeys(int id, Set<? extends AWTKeyStroke> keystrokes)(Code)(Java Doc)
public void setFocusTraversalKeysEnabled(boolean focusTraversalKeysEnabled)(Code)(Java Doc)
public void setFocusable(boolean focusable)(Code)(Java Doc)
public void setFont(Font f)(Code)(Java Doc)
public void setForeground(Color c)(Code)(Java Doc)
public void setIgnoreRepaint(boolean ignoreRepaint)(Code)(Java Doc)
public void setLocale(Locale l)(Code)(Java Doc)
public void setLocation(int x, int y)(Code)(Java Doc)
public void setLocation(Point p)(Code)(Java Doc)
public void setMaximumSize(Dimension maximumSize)(Code)(Java Doc)
public void setMinimumSize(Dimension minimumSize)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPreferredSize(Dimension preferredSize)(Code)(Java Doc)
public void setSize(int width, int height)(Code)(Java Doc)
public void setSize(Dimension d)(Code)(Java Doc)
public void setVisible(boolean b)(Code)(Java Doc)
public void show()(Code)(Java Doc)
public void show(boolean b)(Code)(Java Doc)
public Dimension size()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public void transferFocus()(Code)(Java Doc)
public void transferFocusBackward()(Code)(Java Doc)
public void transferFocusUpCycle()(Code)(Java Doc)
public void update(Graphics g)(Code)(Java Doc)
public void validate()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.