|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JScrollPane
org.compiere.swing.CTextArea
org.compiere.grid.ed.VMemo
public class VMemo
Text Control (JTextArea embedded in JScrollPane)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JScrollPane |
|---|
JScrollPane.AccessibleJScrollPane, JScrollPane.ScrollBar |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JScrollPane |
|---|
columnHeader, horizontalScrollBar, horizontalScrollBarPolicy, lowerLeft, lowerRight, rowHeader, upperLeft, upperRight, verticalScrollBar, verticalScrollBarPolicy, viewport |
| 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.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 | |
|---|---|
VMemo()
IDE Baan Constructor |
|
VMemo(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
int displayLength,
int fieldLength)
Standard Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
ActionListener |
void |
addActionListener(ActionListener listener)
Action Listener Interface |
void |
dispose()
Dispose |
void |
focusGained(FocusEvent e)
Focus Gained - Save for Escape |
void |
focusLost(FocusEvent e)
Data Binding to MTable (via GridController) |
GridField |
getField()
Get Field |
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
Escape - Restore old Text. |
void |
keyTyped(KeyEvent e)
Key Listener Interface |
void |
propertyChange(PropertyChangeEvent evt)
Property Change Listener |
void |
removeActionListener(ActionListener listener)
Action Listener Interface |
void |
setField(GridField mField)
Set Field/WindowNo |
void |
setValue(Object value)
Set Editor to value |
| Methods inherited from class org.compiere.swing.CTextArea |
|---|
addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addText, append, getBackground, getCaretPosition, getColumns, getDisplay, getFocusableComponent, getForeground, getInputMethodRequests, getRows, getText, getTextArea, getValue, initPublish, isEditable, isMandatory, isReadWrite, publish, requestFocus, requestFocusInWindow, setBackground, setBackground, setCaretPosition, setColumns, setEditable, setForeground, setInputVerifier, setLineWrap, setMandatory, setMargin, setOpaque, setReadWrite, setRows, setText, setWrapStyleWord |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.grid.ed.VEditor |
|---|
addVetoableChangeListener, getFocusableComponent, getName, removeVetoableChangeListener, setBorder, setFont, setForeground, setName |
| Methods inherited from interface org.compiere.swing.CEditor |
|---|
getDisplay, getValue, isMandatory, isReadWrite, setBackground, setMandatory, setReadWrite, setVisible |
| Constructor Detail |
|---|
public VMemo()
public VMemo(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
int displayLength,
int fieldLength)
columnName - mandatory - isReadOnly - isUpdateable - displayLength - fieldLength - | Method Detail |
|---|
public void dispose()
dispose in interface VEditorpublic void setValue(Object value)
setValue in interface CEditorsetValue in class CTextAreavalue - public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerevt - public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - public void addActionListener(ActionListener listener)
addActionListener in interface VEditorlistener - public void removeActionListener(ActionListener listener)
removeActionListener in interface VEditorlistener - public void keyTyped(KeyEvent e)
keyTyped in interface KeyListenere - public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenere - public void focusGained(FocusEvent e)
focusGained in interface FocusListenerfocusGained in class CTextAreae - public void focusLost(FocusEvent e)
focusLost in interface FocusListenerfocusLost in class CTextAreae - public void setField(GridField mField)
setField in interface VEditormField - fieldpublic GridField getField()
getField in interface VEditor
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||