Method toString()
Return type:
java.lang.String
Member of:
java.awt.Component
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
new Thread(action,"PanelParameters "+this.toString()+" selection").start();
2
result.put(TO_STRING_DPROP, getSource().toString());
3
System.out.println(rara.toString());
4
throw new IllegalStateException(l.toString());
5
return new Thread("DotMaker of "+toString()){
6
passPhrase = this.getPassPhrase( ((Address)message.getAllRecipients()[0]).toString());
7
if (includeAliasCombination && f_Alias != null && f_Alias.getValue().toString().length() > 0)
8
System.out.println("CG.RPD.3 cvt.mcd.fm="+cvt.mcd.fm.toString());
9
timeText = dsObject.getCreationDate().toString();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.