public class TextContainerEditorPanel extends Object
| Constructor and Description |
|---|
TextContainerEditorPanel(org.eclipse.swt.widgets.Composite parent,
int flag,
boolean paramTargetMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyChanges() |
void |
clear() |
void |
dispose() |
protected void |
finalize() |
FragmentData |
getAllCodes() |
FragmentData |
getAllContent() |
FragmentData |
getNextCode()
Moves the select in this editor to the next code and returns it.
|
FragmentData |
getPreviousCode() |
boolean |
isModified() |
void |
setEditable(boolean editable) |
void |
setEnabled(boolean enabled) |
boolean |
setFocus() |
void |
setTargetRelations(TextContainerEditorPanel source,
PairEditorPanel parentPanel) |
void |
setText(net.sf.okapi.common.resource.TextContainer oriCont) |
void |
setText(net.sf.okapi.common.resource.TextFragment oriFrag) |
public TextContainerEditorPanel(org.eclipse.swt.widgets.Composite parent,
int flag,
boolean paramTargetMode)
public void dispose()
public boolean setFocus()
public void setTargetRelations(TextContainerEditorPanel source, PairEditorPanel parentPanel)
public void setEnabled(boolean enabled)
public void setEditable(boolean editable)
public void setText(net.sf.okapi.common.resource.TextFragment oriFrag)
public void setText(net.sf.okapi.common.resource.TextContainer oriCont)
public void clear()
public boolean isModified()
public boolean applyChanges()
public FragmentData getNextCode()
public FragmentData getPreviousCode()
public FragmentData getAllContent()
public FragmentData getAllCodes()
Copyright © 2019. All rights reserved.