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


java.awt.Container
   com.xoetrope.awt.survey.XQuestion

All known Subclasses:   com.xoetrope.awt.survey.XWrapQuestion,  com.xoetrope.awt.survey.XKioskQuestion,
XQuestion
public class XQuestion extends Container implements XStateListener,XTextHolder,XAttributedComponent(Code)


Field Summary
final protected static  intMIN_SCALE
    
protected  XClickListenerclickListener
    
protected static  ColorcueColorcueBkColorresponseTextColorresponseTextBkColorquestionBkColorquestionTextColorcheckBkColorcheckColor
    
protected  XProjectcurrentProject
     The owner project and the context in which this object operates.
protected  XModelmodel
    
protected  intnumResponses
    
protected  Questionquestion
    
protected  intscale
    
protected static  XStyleManagerstyleManager
    
protected  intxScale
    

Constructor Summary
public  XQuestion()
    

Method Summary
public  voidaddResponse(int value, String caption)
    
public  voidclear()
    
public  intfindCurrentResponse(int x, int y)
    
public  booleanfireActionEvent()
     Called by XClickListener to check if a response event should be sent to the parent form.
public  voidget()
     Updates the TextComponent with the value obtained from the data model.
public  ObjectgetComponent()
    
public  StringgetCueFileName()
    
public  intgetId()
    
public  StringgetOutputPath()
    
public  DimensiongetPreferredSize()
     Gets the preferred size of the component.
public  QuestiongetQuestion()
     Gets the question.
public  intgetQuestionId()
     Gets the question id.
public  intgetQuestionType()
     Gets the question type.
public  StringgetResponse()
    
public  intgetScale()
    
public  StringgetSourcePath()
    
public  StringgetText()
    
public  booleanisLast()
    
public  booleanisOptionSelected(int idx)
    
public  voidpaint(Graphics sg)
     Render the question.
public  voidpaintStates()
    
public  voidprint(Graphics g)
    
public  voidset()
     Updates the data model with the value retrieved from the TextComponent.
public  intsetAttribute(String attribName, Object attribValue)
     Set one or more attributes of the component.
public  voidsetBounds(int x, int y, int w, int h)
    
public  voidsetLastQuestion(boolean isLast)
     Marks the question as being the last question on the form.
public  voidsetModel(XModel newNode, String newPath)
     Set the model node.
public  voidsetOutput(XModel newModel, String outputPath)
     Update the path values stored by this node.
public  voidsetOutputPath(String newPath)
    
public  voidsetScale(int newScale)
     Sets the scale.
public  voidsetSource(XModel newNode)
     Update the model node used in the binding.
public  voidsetSourcePath(String newPath)
    
public  booleansetState(int x, int y, int defResponse)
    
public  voidsetText(String s)
     Sets the control's text.
public  voidupdate(Graphics g)
    
public  voidupdateSelectedState()
    

Field Detail
MIN_SCALE
final protected static int MIN_SCALE(Code)



clickListener
protected XClickListener clickListener(Code)



cueColorcueBkColorresponseTextColorresponseTextBkColorquestionBkColorquestionTextColorcheckBkColorcheckColor
protected static Color cueColorcueBkColorresponseTextColorresponseTextBkColorquestionBkColorquestionTextColorcheckBkColorcheckColor(Code)



currentProject
protected XProject currentProject(Code)
The owner project and the context in which this object operates.



model
protected XModel model(Code)



numResponses
protected int numResponses(Code)



question
protected Question question(Code)



scale
protected int scale(Code)



styleManager
protected static XStyleManager styleManager(Code)



xScale
protected int xScale(Code)




Constructor Detail
XQuestion
public XQuestion()(Code)
Create a new question component




Method Detail
addResponse
public void addResponse(int value, String caption)(Code)
Adds a new response option
Parameters:
  value - the value of the response
Parameters:
  caption - the text



clear
public void clear()(Code)
Unchecks all the responses



findCurrentResponse
public int findCurrentResponse(int x, int y)(Code)
Find a response state based on the coordinates of the mouse click
Parameters:
  x - the x coordinate of the mouse click
Parameters:
  y - the y coordinate of the mouse click the response id or Integer.MIN_VALUE if a response was not selected



fireActionEvent
public boolean fireActionEvent()(Code)
Called by XClickListener to check if a response event should be sent to the parent form. The control can also use this event to do post click processing true if the parent is to be notified



get
public void get()(Code)
Updates the TextComponent with the value obtained from the data model.



getComponent
public Object getComponent()(Code)
Get the component to which this binding is attached



getCueFileName
public String getCueFileName()(Code)
Get the file name of the cue image the file name



getId
public int getId()(Code)
Gets the question's id The ID



getOutputPath
public String getOutputPath()(Code)
Get the output/save path



getPreferredSize
public Dimension getPreferredSize()(Code)
Gets the preferred size of the component. The PreferredSize for the component



getQuestion
public Question getQuestion()(Code)
Gets the question. the question or null if none isreferenced



getQuestionId
public int getQuestionId()(Code)
Gets the question id. The Question ID



getQuestionType
public int getQuestionType()(Code)
Gets the question type. The Question type



getResponse
public String getResponse()(Code)
Gets the selected response the response value



getScale
public int getScale()(Code)
Gets the scale being used by this question for its layout the scale



getSourcePath
public String getSourcePath()(Code)
Get the model path



getText
public String getText()(Code)
Gets the questions text The question text



isLast
public boolean isLast()(Code)
Is this question rendered as the last question on the page? true if rendered as the last question



isOptionSelected
public boolean isOptionSelected(int idx)(Code)
Checks to see if a praticular option is selected
Parameters:
  idx - the index of the option true if the option is selected



paint
public void paint(Graphics sg)(Code)
Render the question. A header is drawn containing the question text, then the body of the question is filled. Within the body the cue image is drawn followed by each response spaced equally and left aligned
Parameters:
  sg - the graphics context



paintStates
public void paintStates()(Code)
Repaints the responses so that the current response is shown



print
public void print(Graphics g)(Code)
Print the page
Parameters:
  g - the printer graphics context



set
public void set()(Code)
Updates the data model with the value retrieved from the TextComponent.



setAttribute
public int setAttribute(String attribName, Object attribValue)(Code)
Set one or more attributes of the component. Currently this handles the attributes
  1. cue, value=Cue image filename
0 for success, non zero otherwise



setBounds
public void setBounds(int x, int y, int w, int h)(Code)
Sets the size and location of the component and rescales the content to match
Parameters:
  x -
Parameters:
  y -
Parameters:
  w -
Parameters:
  h -



setLastQuestion
public void setLastQuestion(boolean isLast)(Code)
Marks the question as being the last question on the form. The last question is rendered with an additioanl footer
Parameters:
  isLast -



setModel
public void setModel(XModel newNode, String newPath)(Code)
Set the model node. This method is called when the bound path is modified
Parameters:
  newNode -



setOutput
public void setOutput(XModel newModel, String outputPath)(Code)
Update the path values stored by this node. The output path is used to store selection data and state.
Parameters:
  newModel - the new model for saving the output data



setOutputPath
public void setOutputPath(String newPath)(Code)
Set the model path for the output/state data



setScale
public void setScale(int newScale)(Code)
Sets the scale. The scale controls the horizontal division of the question area. Normally this would be set to the maximum number of responses in a survey. For example if most questions have 5 possible answers then the scale would be set to 5
Parameters:
  newScale -



setSource
public void setSource(XModel newNode)(Code)
Update the model node used in the binding. Note that this method does not modify the path values stored by this node.
Parameters:
  newNode - the new model for the data source



setSourcePath
public void setSourcePath(String newPath)(Code)
Set the model path for the source data



setState
public boolean setState(int x, int y, int defResponse)(Code)
Find a response state based on the coordinates of the mouse click
Parameters:
  x - the x coordinate of the mouse click
Parameters:
  y - the y coordinate of the mouse click
Parameters:
  defResponse - the default response true if a response was found



setText
public void setText(String s)(Code)
Sets the control's text. Used to localize the control. In the case of this control the method does nothing since the questions are localized as part of an entire questionaire.
Parameters:
  s - The new text to display.



update
public void update(Graphics g)(Code)
Refresh the display
Parameters:
  g - the graphics context



updateSelectedState
public void updateSelectedState()(Code)
Upates the state of the options



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)

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