public class JTextAreaBuilder extends JComponentBuilder
Type Params | Return Type | Name and description |
---|---|---|
|
public JTextAreaBuilder |
withColumns(int columns) |
|
public JTextAreaBuilder |
withDocumentListener(javax.swing.event.DocumentListener documentListener) |
|
public JTextAreaBuilder |
withEditable(boolean editable) |
|
public JTextAreaBuilder |
withLineWrap(boolean wrap) |
|
public JTextAreaBuilder |
withRows(int rows) |
|
public JTextAreaBuilder |
withText(java.lang.String text) |
|
public JTextAreaBuilder |
withWrapStyleWord(boolean word) |
Methods inherited from class | Name |
---|---|
class JComponentBuilder |
addTo, addTo, build, withAlignmentX, withAlignmentY, withBackground, withBorder, withComponentPopupMenu, withCursor, withFocusListener, withFont, withForeground, withLayout, withMouseListener, withName, withOpaque, withPropertyChangeListener, withToolTipText |