public class MultilineEditor extends CustomEditor
| Modifier and Type | Field and Description |
|---|---|
protected ExternalEditor |
externalEditor |
protected ExternalEditorConsumer |
externalEditorConsumer |
protected JPanel |
inlineEditorPanel |
protected JLabel |
inlineLabel |
protected JButton |
openEditor |
protected WeakHashMap<ExternalEditor,Object> |
prestartValues |
propertyEditorSupportcellEditable, component, listeners, shouldSelectCell| Constructor and Description |
|---|
MultilineEditor() |
MultilineEditor(MultilineEditor sample) |
| Modifier and Type | Method and Description |
|---|---|
MultilineEditor |
clone() |
protected JComponent |
createComponent()
Создание графического компонента - редактора
|
String |
getAsText() |
String |
getJavaInitializationString() |
Object |
getValue() |
protected void |
openEditor() |
void |
setAsText(String text) |
void |
setValue(Object value) |
protected void |
setValue(Object value,
boolean withExternal) |
addPropertyChangeListener, firePropertyChanged, getCellEditorValue, getComponent, getCustomEditor, getTags, isPaintable, paintValue, parseEditOptions, removePropertyChangeListener, setTags, startEditing, supportsCustomEditoraddCellEditorListener, cancelCellEditing, clearAllListeners, fireEditingCanceled, fireEditingStopped, getEditIcon, getNullIcon, getNullSelectedIcon, getNullUnSelectedIcon, isCellEditable, isShouldSelectCell, removeCellEditorListener, setCellEditable, setComponent, setShouldSelectCell, stopCellEditingprotected JPanel inlineEditorPanel
protected JLabel inlineLabel
protected JButton openEditor
protected ExternalEditor externalEditor
protected ExternalEditorConsumer externalEditorConsumer
protected WeakHashMap<ExternalEditor,Object> prestartValues
public MultilineEditor()
public MultilineEditor(MultilineEditor sample)
protected void openEditor()
public MultilineEditor clone()
clone in class CustomEditorprotected JComponent createComponent()
CustomEditorcreateComponent in class CustomEditorpublic void setValue(Object value)
protected void setValue(Object value, boolean withExternal)
public Object getValue()
public String getJavaInitializationString()
public String getAsText()
public void setAsText(String text) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2019. All rights reserved.