|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.arranger.jarl.ui
Class CustomTextArea

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextArea
com.arranger.jarl.ui.CustomTextArea
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, java.io.Serializable
- class CustomTextArea
- extends javax.swing.JTextArea
CustomTextArea created on Apr 15, 2003
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JTextArea |
javax.swing.JTextArea.AccessibleJTextArea |
| Nested classes inherited from class javax.swing.text.JTextComponent |
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.KeyBinding |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) java.awt.Dimension |
m_dimension
|
(package private) java.awt.Dimension |
m_maxDimension
|
(package private) java.awt.Dimension |
m_prefDimension
|
| Fields inherited from class javax.swing.JTextArea |
|
| Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
(package private) |
CustomTextArea()
|
| Method Summary | |
java.awt.Dimension |
getMaximumSize()
Get the component's maximum size. |
java.awt.Dimension |
getMinimumSize()
Get the component's minimum size. |
java.awt.Dimension |
getPreferredSize()
Returns the preferred size for the JTextArea. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
m_dimension
java.awt.Dimension m_dimension
m_prefDimension
java.awt.Dimension m_prefDimension
m_maxDimension
java.awt.Dimension m_maxDimension
| Constructor Detail |
CustomTextArea
CustomTextArea()
| Method Detail |
getPreferredSize
public java.awt.Dimension getPreferredSize()
- Description copied from class:
javax.swing.JTextArea - Returns the preferred size for the JTextArea. This is the maximum of
the size that is needed to display the content and the requested size
as per JTextArea.getColumns()>
JTextArea.getColumns()55 and JTextArea.getRows()>JTextArea.getRows()55 .
getMinimumSize
public java.awt.Dimension getMinimumSize()
- Description copied from class:
javax.swing.JComponent - Get the component's minimum size. If the JComponent.minimumSize>
JComponent.minimumSize55 property has been explicitly set, it is returned. If the JComponent.minimumSize>JComponent.minimumSize55 property has not been set but the JComponent.ui>JComponent.ui55 property has been, the result of ComponentUI.getMinimumSize(javax.swing.JComponent)>ComponentUI.getMinimumSize(javax.swing.JComponent)55 is returned. If neither property has been set, the result of Container.getMinimumSize()>Container.getMinimumSize()55 is returned.
getMaximumSize
public java.awt.Dimension getMaximumSize()
- Description copied from class:
javax.swing.JComponent - Get the component's maximum size. If the JComponent.maximumSize>
JComponent.maximumSize55 property has been explicitly set, it is returned. If the JComponent.maximumSize>JComponent.maximumSize55 property has not been set but the JComponent.ui>JComponent.ui55 property has been, the result of ComponentUI.getMaximumSize(javax.swing.JComponent)>ComponentUI.getMaximumSize(javax.swing.JComponent)55 is returned. If neither property has been set, the result of Container.getMaximumSize()>Container.getMaximumSize()55 is returned.
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ ui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC