Java Doc for MeterProperties.java in  » ESB » open-esb » org » openesb » tools » extchart » property » meter » 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 » ESB » open esb » org.openesb.tools.extchart.property.meter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.openesb.tools.extpropertysheet.impl.ExtPropertyGroup
      org.openesb.tools.extchart.property.meter.MeterProperties

MeterProperties
public class MeterProperties extends ExtPropertyGroup (Code)

author:
   Wei Han
version:
   :$Revision: 1.1 $


Field Summary
final public static  intBORDER_TYPE_CRITICAL
    
final public static  intBORDER_TYPE_FULL
    
final public static  StringBORDER_TYPE_KEY
    
final public static  intBORDER_TYPE_NORMAL
    
final public static  intBORDER_TYPE_WARNING
    
final public static  StringCRITICAL_PAINT_KEY
    
final public static  intDEFAULT_BORDER_TYPE
    
final public static  ColorDEFAULT_CRITICAL_PAINT
    
final public static  ColorDEFAULT_DIAL_BACKGROUND_COLOR
    
final public static  ColorDEFAULT_DIAL_BORDER_COLOR
    
final public static  intDEFAULT_DIAL_TYPE
    
final public static  booleanDEFAULT_DRAW_BORDER
    
final public static  StringDEFAULT_LEGEND_TEXT
    
final public static  doubleDEFAULT_MAX_CRITICAL_VALUE
    
final public static  doubleDEFAULT_MAX_NORMAL_VALUE
    
final public static  doubleDEFAULT_MAX_VALUE
    
final public static  doubleDEFAULT_MAX_WARNING_VALUE
    
final public static  doubleDEFAULT_MIN_CRITICAL_VALUE
    
final public static  doubleDEFAULT_MIN_NORMAL_VALUE
    
final public static  doubleDEFAULT_MIN_VALUE
    
final public static  doubleDEFAULT_MIN_WARNING_VALUE
    
final public static  ColorDEFAULT_NEEDLE_COLOR
    
final public static  ColorDEFAULT_NORMAL_PAINT
    
final public static  intDEFAULT_TICK_LABEL_TYPE
    
final public static  StringDEFAULT_UNITS
    
final public static  ColorDEFAULT_VALUE_COLOR
    
final public static  FontDEFAULT_VALUE_FONT
    
final public static  ColorDEFAULT_WARNING_PAINT
    
final public static  intDIALTYPE_CHORD
    
final public static  intDIALTYPE_CIRCLE
    
final public static  intDIALTYPE_PIE
    
final public static  StringDIAL_BACKGROUND_PAINT_KEY
    
final public static  StringDIAL_BORDER_COLOR_KEY
    
final public static  StringDIAL_TYPE_KEY
    
final public static  StringDRAW_BORDER_KEY
    
final public static  StringLEGEND_TEXT_KEY
    
final public static  StringMAXINUM_CRITICAL_VALUE_KEY
    
final public static  StringMAXINUM_NORMAL_VALUE_KEY
    
final public static  StringMAXINUM_VALUE_KEY
    
final public static  StringMAXINUM_WARNING_VALUE_KEY
    
final public static  StringMETER_ANGLE_KEY
    
final public static  StringMETER_TAG
    
final public static  StringMINIMUM_CRITICAL_VALUE_KEY
    
final public static  StringMINIMUM_NORMAL_VALUE_KEY
    
final public static  StringMINIMUM_VALUE_KEY
    
final public static  StringMINIMUM_WARNING_VALUE_KEY
    
final public static  StringNEEDLE_PAINT_KEY
    
final public static  StringNORMAL_PAINT_KEY
    
final public static  StringTICK_LABEL_FONT_KEY
    
final public static  StringTICK_LABEL_TYPE_KEY
    
final public static  intTICK_NO_LABELS
    
final public static  intTICK_VALUE_LABELS
    
final public static  StringUNITS_KEY
    
final public static  StringVALUE_FONT_KEY
    
final public static  StringVALUE_PAINT_KEY
    
final public static  StringWARNING_PAINT_KEY
    

Constructor Summary
public  MeterProperties()
    

Method Summary
public  intgetBorderType()
    
public  ColorgetCriticalPaint()
    
public  ColorgetDialBackgroundPaint()
     Returns the paint for the dial background.
public  ColorgetDialBorderColor()
     Returns the color of the border for the dial.
public  intgetDialType()
     Returns the type of dial (DIALTYPE_PIE, DIALTYPE_CIRCLE, DIALTYPE_CHORD).
public  StringgetLegendText()
    
public  doublegetMaximumCriticalValue()
     Returns the maximum critical value.
public  doublegetMaximumNormalValue()
     Returns the maximum normal value.
public  doublegetMaximumValue()
     Returns the maximum value.
public  doublegetMaximumWarningValue()
     Returns the maximum warning value.
public  doublegetMinimumCriticalValue()
     Returns the minimum critical value.
public  doublegetMinimumNormalValue()
     Returns the minimum normal value.
public  doublegetMinimumValue()
     Returns the minimum value.
public  doublegetMinimumWarningValue()
     Returns the minimum warning value.
public  ColorgetNeedlePaint()
     Returns the paint for the needle.
public  ColorgetNormalPaint()
    
public  StringgetPropertyTemplateName()
    
public  FontgetTickLabelFont()
    
public  intgetTickLabelType()
     Returns the tick label type.
public  StringgetUnits()
    
public  FontgetValueFont()
    
public  ColorgetValuePaint()
     Returns the paint for the value.
public  ColorgetWarningPaint()
    
public  voidinitDefaults()
    
public  booleanisDrawBorder()
     Returns a flag that controls whether or not a rectangular border is drawn around the plot area.
public  voidsetBorderType(int borderType)
    
public  voidsetCriticalPaint(Color paint)
     Sets the paint used to display the 'critical' range.
public  voidsetDialBackgroundPaint(Color paint)
    
public  voidsetDialBorderColor(Color color)
     Sets the color for the border of the dial.
public  voidsetDialType(int type)
     Sets the dial type (background shape) This controls the shape of the dial background.
public  voidsetDrawBorder(boolean draw)
     Sets the flag that controls whether or not a rectangular border is drawn around the plot area.
public  voidsetLegendText(String text)
    
public  voidsetMaximumCriticalValue(double value)
     Sets the maximum critical value.
public  voidsetMaximumNormalValue(double value)
     Sets the maximum normal value.
public  voidsetMaximumValue(double value)
     Sets the maximum value.
public  voidsetMaximumWarningValue(double value)
     Sets the maximum warning value.
public  voidsetMeterAngle(int angle)
    
public  voidsetMinimumCriticalValue(double value)
     Sets the minimum critical value.
public  voidsetMinimumNormalValue(double value)
     Sets the minimum normal value.
public  voidsetMinimumValue(double value)
     Sets the minimum value.
public  voidsetMinimumWarningValue(double value)
     Sets the minimum warning value.
public  voidsetNeedlePaint(Color paint)
    
public  voidsetNormalPaint(Color paint)
     Sets the paint used to display the 'normal' range.
public  voidsetTickLabelFont(Font font)
    
public  voidsetTickLabelType(int type)
    
public  voidsetUnits(String units)
    
public  voidsetValueFont(Font font)
    
public  voidsetValuePaint(Color paint)
    
public  voidsetWarningPaint(Color paint)
     Sets the paint used to display the 'warning' range.
public  StringtoString()
    

Field Detail
BORDER_TYPE_CRITICAL
final public static int BORDER_TYPE_CRITICAL(Code)
Border type - critical



BORDER_TYPE_FULL
final public static int BORDER_TYPE_FULL(Code)
Border type - full



BORDER_TYPE_KEY
final public static String BORDER_TYPE_KEY(Code)
Key for border type



BORDER_TYPE_NORMAL
final public static int BORDER_TYPE_NORMAL(Code)
Border type - normal



BORDER_TYPE_WARNING
final public static int BORDER_TYPE_WARNING(Code)
Border type - warning



CRITICAL_PAINT_KEY
final public static String CRITICAL_PAINT_KEY(Code)
Key for critical paint



DEFAULT_BORDER_TYPE
final public static int DEFAULT_BORDER_TYPE(Code)
Default border type



DEFAULT_CRITICAL_PAINT
final public static Color DEFAULT_CRITICAL_PAINT(Code)
Default critical paint color



DEFAULT_DIAL_BACKGROUND_COLOR
final public static Color DEFAULT_DIAL_BACKGROUND_COLOR(Code)



DEFAULT_DIAL_BORDER_COLOR
final public static Color DEFAULT_DIAL_BORDER_COLOR(Code)



DEFAULT_DIAL_TYPE
final public static int DEFAULT_DIAL_TYPE(Code)
Default dial type



DEFAULT_DRAW_BORDER
final public static boolean DEFAULT_DRAW_BORDER(Code)
Default draw border flag



DEFAULT_LEGEND_TEXT
final public static String DEFAULT_LEGEND_TEXT(Code)
Default legend text



DEFAULT_MAX_CRITICAL_VALUE
final public static double DEFAULT_MAX_CRITICAL_VALUE(Code)
Default max critical value



DEFAULT_MAX_NORMAL_VALUE
final public static double DEFAULT_MAX_NORMAL_VALUE(Code)
Default max normal value



DEFAULT_MAX_VALUE
final public static double DEFAULT_MAX_VALUE(Code)
Default max value



DEFAULT_MAX_WARNING_VALUE
final public static double DEFAULT_MAX_WARNING_VALUE(Code)
Default max warning value



DEFAULT_MIN_CRITICAL_VALUE
final public static double DEFAULT_MIN_CRITICAL_VALUE(Code)
Default min critical value



DEFAULT_MIN_NORMAL_VALUE
final public static double DEFAULT_MIN_NORMAL_VALUE(Code)
Default min normal value



DEFAULT_MIN_VALUE
final public static double DEFAULT_MIN_VALUE(Code)
Default min value



DEFAULT_MIN_WARNING_VALUE
final public static double DEFAULT_MIN_WARNING_VALUE(Code)
Default min warning value



DEFAULT_NEEDLE_COLOR
final public static Color DEFAULT_NEEDLE_COLOR(Code)



DEFAULT_NORMAL_PAINT
final public static Color DEFAULT_NORMAL_PAINT(Code)



DEFAULT_TICK_LABEL_TYPE
final public static int DEFAULT_TICK_LABEL_TYPE(Code)
Default tick label type



DEFAULT_UNITS
final public static String DEFAULT_UNITS(Code)
Default units value



DEFAULT_VALUE_COLOR
final public static Color DEFAULT_VALUE_COLOR(Code)



DEFAULT_VALUE_FONT
final public static Font DEFAULT_VALUE_FONT(Code)



DEFAULT_WARNING_PAINT
final public static Color DEFAULT_WARNING_PAINT(Code)



DIALTYPE_CHORD
final public static int DIALTYPE_CHORD(Code)
Chord dial type



DIALTYPE_CIRCLE
final public static int DIALTYPE_CIRCLE(Code)
Circle dial type



DIALTYPE_PIE
final public static int DIALTYPE_PIE(Code)
Pie dial type



DIAL_BACKGROUND_PAINT_KEY
final public static String DIAL_BACKGROUND_PAINT_KEY(Code)
Key for dial background paint



DIAL_BORDER_COLOR_KEY
final public static String DIAL_BORDER_COLOR_KEY(Code)
Key for dial border color



DIAL_TYPE_KEY
final public static String DIAL_TYPE_KEY(Code)
Key for dial type



DRAW_BORDER_KEY
final public static String DRAW_BORDER_KEY(Code)
Key for draw border flag



LEGEND_TEXT_KEY
final public static String LEGEND_TEXT_KEY(Code)
Key for legend text



MAXINUM_CRITICAL_VALUE_KEY
final public static String MAXINUM_CRITICAL_VALUE_KEY(Code)
Key for maximum critical value



MAXINUM_NORMAL_VALUE_KEY
final public static String MAXINUM_NORMAL_VALUE_KEY(Code)
Key for maximum normal value



MAXINUM_VALUE_KEY
final public static String MAXINUM_VALUE_KEY(Code)
Key for maximum value



MAXINUM_WARNING_VALUE_KEY
final public static String MAXINUM_WARNING_VALUE_KEY(Code)
Key for maximum warning value



METER_ANGLE_KEY
final public static String METER_ANGLE_KEY(Code)
Key for meter angle property



METER_TAG
final public static String METER_TAG(Code)
XML tag



MINIMUM_CRITICAL_VALUE_KEY
final public static String MINIMUM_CRITICAL_VALUE_KEY(Code)
Key for minimum critical value



MINIMUM_NORMAL_VALUE_KEY
final public static String MINIMUM_NORMAL_VALUE_KEY(Code)
Key for minimum normal value



MINIMUM_VALUE_KEY
final public static String MINIMUM_VALUE_KEY(Code)
Key for minimum value



MINIMUM_WARNING_VALUE_KEY
final public static String MINIMUM_WARNING_VALUE_KEY(Code)
Key for minimum warning value



NEEDLE_PAINT_KEY
final public static String NEEDLE_PAINT_KEY(Code)
Key for needle paint



NORMAL_PAINT_KEY
final public static String NORMAL_PAINT_KEY(Code)
Key for normal paint



TICK_LABEL_FONT_KEY
final public static String TICK_LABEL_FONT_KEY(Code)
Key for tick label font name



TICK_LABEL_TYPE_KEY
final public static String TICK_LABEL_TYPE_KEY(Code)
Key for draw border flag



TICK_NO_LABELS
final public static int TICK_NO_LABELS(Code)
No tick label



TICK_VALUE_LABELS
final public static int TICK_VALUE_LABELS(Code)
Value tick label



UNITS_KEY
final public static String UNITS_KEY(Code)
Key for units



VALUE_FONT_KEY
final public static String VALUE_FONT_KEY(Code)
Key for ValueFont property



VALUE_PAINT_KEY
final public static String VALUE_PAINT_KEY(Code)
Key for value paint



WARNING_PAINT_KEY
final public static String WARNING_PAINT_KEY(Code)
Key for warning paint




Constructor Detail
MeterProperties
public MeterProperties()(Code)
New instance




Method Detail
getBorderType
public int getBorderType()(Code)
Returns the border type - the border type



getCriticalPaint
public Color getCriticalPaint()(Code)
Returns the paint used to display the 'critical' range - The paint



getDialBackgroundPaint
public Color getDialBackgroundPaint()(Code)
Returns the paint for the dial background. the paint



getDialBorderColor
public Color getDialBorderColor()(Code)
Returns the color of the border for the dial. the color of the border for the dial.



getDialType
public int getDialType()(Code)
Returns the type of dial (DIALTYPE_PIE, DIALTYPE_CIRCLE, DIALTYPE_CHORD). - the dial type



getLegendText
public String getLegendText()(Code)
Returns legend text legend text



getMaximumCriticalValue
public double getMaximumCriticalValue()(Code)
Returns the maximum critical value. - the maximum critical value



getMaximumNormalValue
public double getMaximumNormalValue()(Code)
Returns the maximum normal value. - the maximum normal value



getMaximumValue
public double getMaximumValue()(Code)
Returns the maximum value. - the maximum value



getMaximumWarningValue
public double getMaximumWarningValue()(Code)
Returns the maximum warning value. - the maximum warning value



getMinimumCriticalValue
public double getMinimumCriticalValue()(Code)
Returns the minimum critical value. - the minimum critical value



getMinimumNormalValue
public double getMinimumNormalValue()(Code)
Returns the minimum normal value. - the minimum normal value



getMinimumValue
public double getMinimumValue()(Code)
Returns the minimum value. - the minimum value



getMinimumWarningValue
public double getMinimumWarningValue()(Code)
Returns the minimum warning value. - the minimum warning value



getNeedlePaint
public Color getNeedlePaint()(Code)
Returns the paint for the needle. the paint



getNormalPaint
public Color getNormalPaint()(Code)
Returns the paint used to display the 'normal' range - The paint



getPropertyTemplateName
public String getPropertyTemplateName()(Code)
Returns property template name - property template name



getTickLabelFont
public Font getTickLabelFont()(Code)
Returns tick label font tick label font



getTickLabelType
public int getTickLabelType()(Code)
Returns the tick label type. Defined by the constants: NO_LABELS, VALUE_LABELS - The tick label type.



getUnits
public String getUnits()(Code)
Returns the units - the units



getValueFont
public Font getValueFont()(Code)
Returns value font value font



getValuePaint
public Color getValuePaint()(Code)
Returns the paint for the value. the paint



getWarningPaint
public Color getWarningPaint()(Code)
Returns the paint used to display the 'warning' range - The paint



initDefaults
public void initDefaults()(Code)
Init



isDrawBorder
public boolean isDrawBorder()(Code)
Returns a flag that controls whether or not a rectangular border is drawn around the plot area. - a flag



setBorderType
public void setBorderType(int borderType)(Code)
Sets the border type
Parameters:
  borderType - - the border type



setCriticalPaint
public void setCriticalPaint(Color paint)(Code)
Sets the paint used to display the 'critical' range.
Parameters:
  paint - - the paint



setDialBackgroundPaint
public void setDialBackgroundPaint(Color paint)(Code)
Sets the paint used to fill the dial background
Parameters:
  paint - - the paint



setDialBorderColor
public void setDialBorderColor(Color color)(Code)
Sets the color for the border of the dial.
Parameters:
  color - - the color



setDialType
public void setDialType(int type)(Code)
Sets the dial type (background shape) This controls the shape of the dial background. Use one of the constants: DIALTYPE_PIE, DIALTYPE_CIRCLE, or DIALTYPE_CHORD.
Parameters:
  type - - dial type



setDrawBorder
public void setDrawBorder(boolean draw)(Code)
Sets the flag that controls whether or not a rectangular border is drawn around the plot area. Note: it looks like the true setting needs some work to provide some insets
Parameters:
  draw - - The flag



setLegendText
public void setLegendText(String text)(Code)
Sets legend text
Parameters:
  text - - legend text



setMaximumCriticalValue
public void setMaximumCriticalValue(double value)(Code)
Sets the maximum critical value.
Parameters:
  value - - the maximum critical value.



setMaximumNormalValue
public void setMaximumNormalValue(double value)(Code)
Sets the maximum normal value.
Parameters:
  value - - the maximum normal value.



setMaximumValue
public void setMaximumValue(double value)(Code)
Sets the maximum value.
Parameters:
  value - - the maximum value.



setMaximumWarningValue
public void setMaximumWarningValue(double value)(Code)
Sets the maximum warning value.
Parameters:
  value - - the maximum warning value.



setMeterAngle
public void setMeterAngle(int angle)(Code)
Sets meter angle
Parameters:
  angle - - meter angle



setMinimumCriticalValue
public void setMinimumCriticalValue(double value)(Code)
Sets the minimum critical value.
Parameters:
  value - - the minimum critical value.



setMinimumNormalValue
public void setMinimumNormalValue(double value)(Code)
Sets the minimum normal value.
Parameters:
  value - - the minimum normal value.



setMinimumValue
public void setMinimumValue(double value)(Code)
Sets the minimum value.
Parameters:
  value - - the minimum value.



setMinimumWarningValue
public void setMinimumWarningValue(double value)(Code)
Sets the minimum warning value.
Parameters:
  value - - the minimum warning value.



setNeedlePaint
public void setNeedlePaint(Color paint)(Code)
Sets the paint used by the needle
Parameters:
  paint - - the paint



setNormalPaint
public void setNormalPaint(Color paint)(Code)
Sets the paint used to display the 'normal' range.
Parameters:
  paint - - the paint



setTickLabelFont
public void setTickLabelFont(Font font)(Code)
Sets tick label font
Parameters:
  font - - tick label font



setTickLabelType
public void setTickLabelType(int type)(Code)
Sets the tick label type
Parameters:
  type - - the type of tick labels - either NO_LABELS or VALUE_LABELS



setUnits
public void setUnits(String units)(Code)
Sets the units
Parameters:
  units - - the units



setValueFont
public void setValueFont(Font font)(Code)
Sets value font
Parameters:
  font - - value font



setValuePaint
public void setValuePaint(Color paint)(Code)
Sets the paint used by the value
Parameters:
  paint - - the paint



setWarningPaint
public void setWarningPaint(Color paint)(Code)
Sets the paint used to display the 'warning' range.
Parameters:
  paint - - the paint



toString
public String toString()(Code)
toString - string



Methods inherited from org.openesb.tools.extpropertysheet.impl.ExtPropertyGroup
public void add(IExtProperty prop)(Code)(Java Doc)
public void empty()(Code)(Java Doc)
public Collection getAllProperties()(Code)(Java Doc)
public String getGroupName()(Code)(Java Doc)
public IExtProperty getProperty(String name)(Code)(Java Doc)
public Object getPropertyValue(String name)(Code)(Java Doc)
public IExtProperty removePoperty(String name)(Code)(Java Doc)
public IExtProperty removeProperty(IExtProperty prop)(Code)(Java Doc)
public void setGroupName(String name)(Code)(Java Doc)
public void setProperty(String name, Object value)(Code)(Java Doc)
public void setProperty(String name, Object value, short type)(Code)(Java Doc)
public void setProperty(String name, Object value, IExtPropertyOptions options)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public void toXML(StringBuffer buffer)(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.