| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.tools.common.SourceDecomposer.GuardedBorder
For the input file, a GuardedBorder object will represent a block where custom code can be entered in the NetBeans editor.
| Constructor Summary | |
| SourceDecomposer.GuardedBorder(String key,
                                                             String contents)Creates an instance. | |
| Method Summary | |
|  String | getContents()Returns the contents. | 
|  String | getKey()Returns the key. | 
|  void | setContents(String contents)Sets the contents. | 
|  String | toString()Returns debug info. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public SourceDecomposer.GuardedBorder(String key,
                                      String contents)
key - The key which indentifies this guarded bordercontents - The contents of the guarded border.| Method Detail | 
public String getKey()
public String getContents()
public void setContents(String contents)
contents - the contents.public String toString()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||