org.emboss.jemboss.gui.form
Class PlafMacros

java.lang.Object
  |
  +--org.emboss.jemboss.gui.form.PlafMacros
All Implemented Interfaces:
javax.swing.SwingConstants

public class PlafMacros
extends java.lang.Object
implements javax.swing.SwingConstants


Field Summary
private static java.lang.String LINE_SEPARATOR
           
private static int LINE_SEPARATOR_LEN
           
 
Fields inherited from interface javax.swing.SwingConstants
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST
 
Constructor Summary
PlafMacros()
           
 
Method Summary
static java.lang.String[] breakupLines(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

private static java.lang.String LINE_SEPARATOR

LINE_SEPARATOR_LEN

private static int LINE_SEPARATOR_LEN
Constructor Detail

PlafMacros

public PlafMacros()
Method Detail

breakupLines

public static java.lang.String[] breakupLines(java.lang.String text)