|
| static final String | BOTTOM = "bottom" |
| |
| static final String | CENTER = "center" |
| |
| static final String | RIGHT = "right" |
| |
|
| static final String | LEFT_OF_SCROLL_BAR = "los" |
| | Adding components with this name to the text area will place them left of the horizontal scroll bar. More...
|
| |
Definition at line 32 of file ScrollLayout.java.
◆ ScrollLayout()
| net.sf.gridarta.textedit.textarea.ScrollLayout.ScrollLayout |
( |
@NotNull final Container |
textArea | ) |
|
◆ addLayoutComponent()
| void net.sf.gridarta.textedit.textarea.ScrollLayout.addLayoutComponent |
( |
@NotNull final String |
name, |
|
|
@NotNull final Component |
comp |
|
) |
| |
◆ layoutContainer()
| void net.sf.gridarta.textedit.textarea.ScrollLayout.layoutContainer |
( |
@NotNull final Container |
parent | ) |
|
◆ minimumLayoutSize()
| Dimension net.sf.gridarta.textedit.textarea.ScrollLayout.minimumLayoutSize |
( |
@NotNull final Container |
parent | ) |
|
◆ preferredLayoutSize()
| Dimension net.sf.gridarta.textedit.textarea.ScrollLayout.preferredLayoutSize |
( |
@NotNull final Container |
parent | ) |
|
◆ removeLayoutComponent()
| void net.sf.gridarta.textedit.textarea.ScrollLayout.removeLayoutComponent |
( |
@NotNull final Component |
comp | ) |
|
◆ BOTTOM
| final String net.sf.gridarta.textedit.textarea.ScrollLayout.BOTTOM = "bottom" |
|
static |
◆ bottom
| Component net.sf.gridarta.textedit.textarea.ScrollLayout.bottom |
|
private |
◆ CENTER
| final String net.sf.gridarta.textedit.textarea.ScrollLayout.CENTER = "center" |
|
static |
◆ center
| Component net.sf.gridarta.textedit.textarea.ScrollLayout.center |
|
private |
◆ LEFT_OF_SCROLL_BAR
| final String net.sf.gridarta.textedit.textarea.ScrollLayout.LEFT_OF_SCROLL_BAR = "los" |
|
staticprivate |
Adding components with this name to the text area will place them left of the horizontal scroll bar.
In jEdit, the status bar is added this way.
Definition at line 44 of file ScrollLayout.java.
◆ leftOfScrollBar
| final Collection<Component> net.sf.gridarta.textedit.textarea.ScrollLayout.leftOfScrollBar = new ArrayList<>() |
|
private |
◆ RIGHT
| final String net.sf.gridarta.textedit.textarea.ScrollLayout.RIGHT = "right" |
|
static |
◆ right
| Component net.sf.gridarta.textedit.textarea.ScrollLayout.right |
|
private |
◆ textArea
| final Container net.sf.gridarta.textedit.textarea.ScrollLayout.textArea |
|
private |
The documentation for this class was generated from the following file:
- gridarta-gridarta/src/textedit/src/main/java/net/sf/gridarta/textedit/textarea/ScrollLayout.java