Java Doc for XAnswersView.java in  » XML-UI » xui32 » com » xoetrope » carousel » survey » 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 » XML UI » xui32 » com.xoetrope.carousel.survey 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


javax.swing.JComponent
   com.xoetrope.carousel.survey.XAnswersView

XAnswersView
public class XAnswersView extends JComponent implements MouseListener(Code)
A component visualizing condition answers.

Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Xoetrope.

$Revision: 1.5 $



Field Summary
public static  intARC
    
public static  ColorARROW_BUTTON_BACKGROUND
    
public static  ColorARROW_BUTTON_BORDER
    
public static  intARROW_BUTTON_GAP
    
public static  intARROW_BUTTON_HEIGHT
    
public static  intARROW_BUTTON_WIDTH
    
public static  doubleARROW_BUTTON_Y
    
public static  ColorBACKGROUND_COLOR
    
public static  ColorBORDER_COLOR
    
public static  intBOTTOM_GAP
    
public static  ColorCOMPONENT_COLOR
    
public static  StringFONT_NAME
    
public static  intFONT_SIZE
    
public static  intFONT_STYLE
    
public static  intHEIGHT
    
public static  intLEFT_GAP
    
public static  intOPTION_GAP
    
public static  intOPTION_HEIGHT
    
public static  intRIGHT_GAP
    
public static  intTOP_GAP
    
public static  intWIDTH
    
protected  intanswerGap
    
protected  intarc
    
protected  intarrowButtonGap
    
protected  XArrowButtonarrowButtonUparrowButtonDown
    
protected  Vectorcomponents
    
protected  Conditioncondition
    
protected  XConditionViewconditionView
    
protected  XRulesEditorPaneeditorPane
    
protected  intfontSize
    
protected  intleftGaprightGap
    
protected  intoptionHeightoptionGap
    
protected  Shapeshape
    
protected  intstartComp
    
protected  inttopGapbottomGap
    
protected  intwidthheight
    

Constructor Summary
public  XAnswersView(XRulesEditorPane ep)
    

Method Summary
protected  voidcreateArrowButtons()
     Creates the arrow buttons being used to scroll the answers contained in this component.
protected  voidcreateOptionsViewsExclusive()
    
protected  voidcreateOptionsViewsFree()
    
protected  voidcreateOptionsViewsMulti()
     Creates the answer views when the question type is "multi".
public  intgetArc()
    
public  intgetArrowButtonGap()
     Getst the height of the gap between the arrow button and this component's top/bottom edge.
public  intgetBottomGap()
     Gets the height of the gap on the bottom of this component.
public  intgetComponentHeight()
     Gets the height of a single answer view.
public  XConditionViewgetConditionView()
    
public  intgetContentHeight()
    
public  FontgetFont()
     Gets the font used to render the answers.
public  intgetFontSize()
     Gets the size of the font used to render the answers.
public  intgetHeight()
     Gets the height of this component.
public  intgetLeftGap()
    
public  intgetNumComponents()
     Gets the number of single answer views contained in this component.
public  intgetNumVisComponents()
     Gets the number of answer views that are visible.
public  intgetOptionGap()
     Gets the height of the gap between answer views.
public  intgetOptionHeight()
     Gets the height of an answer view.
public  intgetRightGap()
    
protected static  doublegetScale()
     Gets the current scale.
public  intgetTopGap()
     Gets the height of the gap on the top of this component.
public  intgetWidth()
     Gets the width of this component.
protected  booleanhasComponentsDown()
     Indicates whether it is possible to scroll down the answer views contained in this component.
protected  booleanhasComponentsUp()
     Indicates whether it is possible to scroll up the answer views contained in this component.
protected  voidinitVariables()
     Initializes the internal variables defining this component.
public  voidmouseClicked(MouseEvent e)
    
public  voidmouseEntered(MouseEvent e)
    
public  voidmouseExited(MouseEvent e)
    
public  voidmousePressed(MouseEvent e)
    
public  voidmouseReleased(MouseEvent e)
    
public  voidmoveToFront()
    
public  voidpaint(Graphics g)
     Paints this component.
protected  voidpaintCondition(Graphics2D g)
     Paints the condition views contained in this component.
protected  voidrefreshArrowButtons()
     Repains the arrow buttons.
protected  voidrefreshArrowButtonsState()
     Refreshes the "visible" flag of the arrow buttons.
protected  voidrefreshComponents()
    
protected  voidremoveAllComponents()
     Removes all answer views contained in this component.
protected  voidsaveToModel()
     Saves the answers given by the user.
protected  voidsaveToModelExclusive()
     Saves the answers given by the user when the question type is "mutually exclusive".
protected  voidsaveToModelFreeText()
    
protected  voidsaveToModelMulti()
     Saves the answers given by the user when the question type is "multi".
protected  voidscroll(int units)
     Scrolls the content of this component by the specified number of units.
public  voidsetArc(int a)
     Sets the value of the corner arc.
public  voidsetArrowButtonGap(int ag)
     Sets the height of the gap between the arrow button and this component's top/bottom edge.
public  voidsetBottomGap(int bg)
     Sets the height of the gap on the bottom of this component.
public  voidsetComponentHeight(int op)
     Sets the height of a single answer view.
public  voidsetConditionView(XConditionView cv)
     Sets the new condition view.
public  voidsetFontSize(int fs)
     Sets the size of the font used to render the answers.
public  voidsetHeight(int h)
    
public  voidsetLeftGap(int lg)
    
public  voidsetOptionGap(int og)
     Sets the height of the gap between answer views.
public  voidsetRightGap(int rg)
    
public  voidsetSizeAndShape()
     Sets the size and shape of this component.
public  voidsetTopGap(int tg)
     Sets the height of the gap on the top of this component.
public  voidsetVisible(boolean state)
     Shows or hides this component.
Parameters:
  state - if true shows this component,if false hides it.
public  voidsetWidth(int w)
     Sets the width of this components.
protected  voidupdateFromModelExclusive()
     Updates this component with the model when the question type is "exclusive".
protected  voidupdateFromModelFree()
     Updates this component with the model when the question types is "free text".
protected  voidupdateFromModelMulti()
    

Field Detail
ARC
public static int ARC(Code)



ARROW_BUTTON_BACKGROUND
public static Color ARROW_BUTTON_BACKGROUND(Code)



ARROW_BUTTON_BORDER
public static Color ARROW_BUTTON_BORDER(Code)



ARROW_BUTTON_GAP
public static int ARROW_BUTTON_GAP(Code)



ARROW_BUTTON_HEIGHT
public static int ARROW_BUTTON_HEIGHT(Code)



ARROW_BUTTON_WIDTH
public static int ARROW_BUTTON_WIDTH(Code)



ARROW_BUTTON_Y
public static double ARROW_BUTTON_Y(Code)



BACKGROUND_COLOR
public static Color BACKGROUND_COLOR(Code)



BORDER_COLOR
public static Color BORDER_COLOR(Code)



BOTTOM_GAP
public static int BOTTOM_GAP(Code)



COMPONENT_COLOR
public static Color COMPONENT_COLOR(Code)



FONT_NAME
public static String FONT_NAME(Code)



FONT_SIZE
public static int FONT_SIZE(Code)



FONT_STYLE
public static int FONT_STYLE(Code)



HEIGHT
public static int HEIGHT(Code)



LEFT_GAP
public static int LEFT_GAP(Code)



OPTION_GAP
public static int OPTION_GAP(Code)



OPTION_HEIGHT
public static int OPTION_HEIGHT(Code)



RIGHT_GAP
public static int RIGHT_GAP(Code)



TOP_GAP
public static int TOP_GAP(Code)



WIDTH
public static int WIDTH(Code)



answerGap
protected int answerGap(Code)



arc
protected int arc(Code)



arrowButtonGap
protected int arrowButtonGap(Code)



arrowButtonUparrowButtonDown
protected XArrowButton arrowButtonUparrowButtonDown(Code)



components
protected Vector components(Code)



condition
protected Condition condition(Code)



conditionView
protected XConditionView conditionView(Code)



editorPane
protected XRulesEditorPane editorPane(Code)



fontSize
protected int fontSize(Code)



leftGaprightGap
protected int leftGaprightGap(Code)



optionHeightoptionGap
protected int optionHeightoptionGap(Code)



shape
protected Shape shape(Code)



startComp
protected int startComp(Code)



topGapbottomGap
protected int topGapbottomGap(Code)



widthheight
protected int widthheight(Code)




Constructor Detail
XAnswersView
public XAnswersView(XRulesEditorPane ep)(Code)
Creates a new instnce of XAnswersView
Parameters:
  ep - the layer pane containing this view.




Method Detail
createArrowButtons
protected void createArrowButtons()(Code)
Creates the arrow buttons being used to scroll the answers contained in this component.



createOptionsViewsExclusive
protected void createOptionsViewsExclusive()(Code)
Creates the answer views when the question type is "mutually exclusive"



createOptionsViewsFree
protected void createOptionsViewsFree()(Code)
Create the answer views when the question type is "free text"



createOptionsViewsMulti
protected void createOptionsViewsMulti()(Code)
Creates the answer views when the question type is "multi".



getArc
public int getArc()(Code)
Gets the value of the corner arc



getArrowButtonGap
public int getArrowButtonGap()(Code)
Getst the height of the gap between the arrow button and this component's top/bottom edge. the gap value



getBottomGap
public int getBottomGap()(Code)
Gets the height of the gap on the bottom of this component. the height of the gap.



getComponentHeight
public int getComponentHeight()(Code)
Gets the height of a single answer view. the height of an answer.



getConditionView
public XConditionView getConditionView()(Code)
Gets the view of the current condition the condtion view.



getContentHeight
public int getContentHeight()(Code)
Gets the height of the content of this component the heigh of the content.



getFont
public Font getFont()(Code)
Gets the font used to render the answers. the Font object.



getFontSize
public int getFontSize()(Code)
Gets the size of the font used to render the answers. the font size.



getHeight
public int getHeight()(Code)
Gets the height of this component. the height



getLeftGap
public int getLeftGap()(Code)
Gets the width of the gap on the left side of this component the width of the gap



getNumComponents
public int getNumComponents()(Code)
Gets the number of single answer views contained in this component. the number of answer views.



getNumVisComponents
public int getNumVisComponents()(Code)
Gets the number of answer views that are visible. the number of answer views.



getOptionGap
public int getOptionGap()(Code)
Gets the height of the gap between answer views. the height of the gap.



getOptionHeight
public int getOptionHeight()(Code)
Gets the height of an answer view. the height of an answer view.



getRightGap
public int getRightGap()(Code)
Gets the width of the gap on the right side of this component the width of the gap



getScale
protected static double getScale()(Code)
Gets the current scale. the value of the current scale.



getTopGap
public int getTopGap()(Code)
Gets the height of the gap on the top of this component. the height of the gap.



getWidth
public int getWidth()(Code)
Gets the width of this component. the width



hasComponentsDown
protected boolean hasComponentsDown()(Code)
Indicates whether it is possible to scroll down the answer views contained in this component. ture if the answer views can be scrolled down,false otherwise.



hasComponentsUp
protected boolean hasComponentsUp()(Code)
Indicates whether it is possible to scroll up the answer views contained in this component. true if the answer views can be scrolled up, false otherwise.



initVariables
protected void initVariables()(Code)
Initializes the internal variables defining this component.



mouseClicked
public void mouseClicked(MouseEvent e)(Code)



mouseEntered
public void mouseEntered(MouseEvent e)(Code)



mouseExited
public void mouseExited(MouseEvent e)(Code)



mousePressed
public void mousePressed(MouseEvent e)(Code)



mouseReleased
public void mouseReleased(MouseEvent e)(Code)



moveToFront
public void moveToFront()(Code)



paint
public void paint(Graphics g)(Code)
Paints this component.
Parameters:
  g - the graphics context to use for painting.



paintCondition
protected void paintCondition(Graphics2D g)(Code)
Paints the condition views contained in this component.
Parameters:
  g - the graphics context to use for painting.



refreshArrowButtons
protected void refreshArrowButtons()(Code)
Repains the arrow buttons.



refreshArrowButtonsState
protected void refreshArrowButtonsState()(Code)
Refreshes the "visible" flag of the arrow buttons.



refreshComponents
protected void refreshComponents()(Code)



removeAllComponents
protected void removeAllComponents()(Code)
Removes all answer views contained in this component.



saveToModel
protected void saveToModel()(Code)
Saves the answers given by the user.



saveToModelExclusive
protected void saveToModelExclusive()(Code)
Saves the answers given by the user when the question type is "mutually exclusive".



saveToModelFreeText
protected void saveToModelFreeText()(Code)
Saves the answers given by the user when the question type is "free text"



saveToModelMulti
protected void saveToModelMulti()(Code)
Saves the answers given by the user when the question type is "multi".



scroll
protected void scroll(int units)(Code)
Scrolls the content of this component by the specified number of units.
Parameters:
  units - the number of units



setArc
public void setArc(int a)(Code)
Sets the value of the corner arc.
Parameters:
  a - the new value of the arc.



setArrowButtonGap
public void setArrowButtonGap(int ag)(Code)
Sets the height of the gap between the arrow button and this component's top/bottom edge.
Parameters:
  ag - the new height of the gap.



setBottomGap
public void setBottomGap(int bg)(Code)
Sets the height of the gap on the bottom of this component.
Parameters:
  bg - the new height of the gap



setComponentHeight
public void setComponentHeight(int op)(Code)
Sets the height of a single answer view.
Parameters:
  op - the new height



setConditionView
public void setConditionView(XConditionView cv)(Code)
Sets the new condition view.
Parameters:
  cv - the new conditon view.



setFontSize
public void setFontSize(int fs)(Code)
Sets the size of the font used to render the answers.
Parameters:
  fs - the new font size



setHeight
public void setHeight(int h)(Code)
Sets the height of this component
Parameters:
  h - the new height.



setLeftGap
public void setLeftGap(int lg)(Code)
Sets the width of the gap on the left side of this component
Parameters:
  lg - the new width of the gap.



setOptionGap
public void setOptionGap(int og)(Code)
Sets the height of the gap between answer views.
Parameters:
  og - the height of the gap.



setRightGap
public void setRightGap(int rg)(Code)
Sets the width of the gap on the left side of this component
Parameters:
  rg - the new width of the gap



setSizeAndShape
public void setSizeAndShape()(Code)
Sets the size and shape of this component.



setTopGap
public void setTopGap(int tg)(Code)
Sets the height of the gap on the top of this component.
Parameters:
  tg -



setVisible
public void setVisible(boolean state)(Code)
Shows or hides this component.
Parameters:
  state - if true shows this component,if false hides it.



setWidth
public void setWidth(int w)(Code)
Sets the width of this components.
Parameters:
  w - the new width.



updateFromModelExclusive
protected void updateFromModelExclusive()(Code)
Updates this component with the model when the question type is "exclusive".



updateFromModelFree
protected void updateFromModelFree()(Code)
Updates this component with the model when the question types is "free text".



updateFromModelMulti
protected void updateFromModelMulti()(Code)
Updates this component with the model when the question type "mutli"



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)

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