java.awt. ItemSelectable
|
+addItemListener(ItemListener ) :void
+getSelectedObjects() :Object
+removeItemListener(ItemListener ) :void
|
|
|
javax.swing. JComponent
|
#ui :ComponentUI
#listenerList :EventListenerList
+WHEN_FOCUSED :int
+WHEN_ANCESTOR_OF_FOCUSED_COMPONENT :int
+WHEN_IN_FOCUSED_WINDOW :int
+UNDEFINED_CONDITION :int
+TOOL_TIP_TEXT_KEY :String
#accessibleContext :AccessibleContext
|
+JComponent()
+updateUI() :void
#setUI(ComponentUI newUI) :void
+getUIClassID() :String
#getComponentGraphics(Graphics g) :Graphics
#paintComponent(Graphics g) :void
#paintChildren(Graphics g) :void
#paintBorder(Graphics g) :void
+update(Graphics g) :void
+paint(Graphics g) :void
+isPaintingTile() :boolean
+isFocusCycleRoot() :boolean
+isManagingFocus() :boolean
+setNextFocusableComponent(Component aComponent) :void
+getNextFocusableComponent() :Component
+setRequestFocusEnabled(boolean aFlag) :void
+isRequestFocusEnabled() :boolean
+requestFocus() :void
+grabFocus() :void
+setPreferredSize(Dimension preferredSize) :void
+getPreferredSize() :Dimension
+setMaximumSize(Dimension maximumSize) :void
+setMinimumSize(Dimension minimumSize) :void
+getMinimumSize() :Dimension
+setBorder(Border border) :void
+getBorder() :Border
+getInsets() :Insets
+getInsets(Insets insets) :Insets
+getAlignmentY() :float
+setAlignmentY(float alignmentY) :void
+getAlignmentX() :float
+setAlignmentX(float alignmentX) :void
+getGraphics() :Graphics
+setDebugGraphicsOptions(int debugOptions) :void
+getDebugGraphicsOptions() :int
+registerKeyboardAction(ActionListener anAction, String aCommand, KeyStroke aKeyStroke, int aCondition) :void
+registerKeyboardAction(ActionListener anAction, KeyStroke aKeyStroke, int aCondition) :void
+unregisterKeyboardAction(KeyStroke aKeyStroke) :void
+getRegisteredKeyStrokes() :KeyStroke
+getConditionForKeyStroke(KeyStroke aKeyStroke) :int
+getActionForKeyStroke(KeyStroke aKeyStroke) :ActionListener
+resetKeyboardActions() :void
+requestDefaultFocus() :boolean
+setVisible(boolean aFlag) :void
+setEnabled(boolean enabled) :void
+setForeground(Color fg) :void
+setBackground(Color bg) :void
+setFont(Font font) :void
+isFocusTraversable() :boolean
#processFocusEvent(FocusEvent e) :void
#processComponentKeyEvent(KeyEvent e) :void
#processKeyEvent(KeyEvent e) :void
+setToolTipText(String text) :void
+getToolTipText() :String
+getToolTipText(MouseEvent event) :String
+getToolTipLocation(MouseEvent event) :Point
+createToolTip() :JToolTip
+scrollRectToVisible(Rectangle aRect) :void
+setAutoscrolls(boolean autoscrolls) :void
+getAutoscrolls() :boolean
#processMouseMotionEvent(MouseEvent e) :void
+getAccessibleContext() :AccessibleContext
+getClientProperty(Object key) :Object
+putClientProperty(Object key, Object value) :void
+isLightweightComponent(Component c) :boolean
+reshape(int x, int y, int w, int h) :void
+getBounds(Rectangle rv) :Rectangle
+getSize(Dimension rv) :Dimension
+getLocation(Point rv) :Point
+getX() :int
+getY() :int
+getWidth() :int
+getHeight() :int
+hasFocus() :boolean
+isOpaque() :boolean
+setOpaque(boolean isOpaque) :void
+computeVisibleRect(Rectangle visibleRect) :void
+getVisibleRect() :Rectangle
#firePropertyChange(String propertyName, Object oldValue, Object newValue) :void
+firePropertyChange(String propertyName, byte oldValue, byte newValue) :void
+firePropertyChange(String propertyName, char oldValue, char newValue) :void
+firePropertyChange(String propertyName, short oldValue, short newValue) :void
+firePropertyChange(String propertyName, int oldValue, int newValue) :void
+firePropertyChange(String propertyName, long oldValue, long newValue) :void
+firePropertyChange(String propertyName, float oldValue, float newValue) :void
+firePropertyChange(String propertyName, double oldValue, double newValue) :void
+firePropertyChange(String propertyName, boolean oldValue, boolean newValue) :void
+addPropertyChangeListener(PropertyChangeListener listener) :void
+removePropertyChangeListener(PropertyChangeListener listener) :void
#fireVetoableChange(String propertyName, Object oldValue, Object newValue) :void
+addVetoableChangeListener(VetoableChangeListener listener) :void
+removeVetoableChangeListener(VetoableChangeListener listener) :void
+getTopLevelAncestor() :Container
+addAncestorListener(AncestorListener listener) :void
+removeAncestorListener(AncestorListener listener) :void
+addNotify() :void
+removeNotify() :void
+repaint(long tm, int x, int y, int width, int height) :void
+repaint(Rectangle r) :void
+revalidate() :void
+isValidateRoot() :boolean
+isOptimizedDrawingEnabled() :boolean
+paintImmediately(int x, int y, int w, int h) :void
+paintImmediately(Rectangle r) :void
+setDoubleBuffered(boolean aFlag) :void
+isDoubleBuffered() :boolean
+getRootPane() :JRootPane
#paramString() :String
|
|
|
|
|
|
|