|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcn.plinguaplugin.wizardCommonComponents.AbstractTextListener
org.gcn.plinguaplugin.wizardCommonComponents.ExistingResourceListener
public abstract class ExistingResourceListener
This class checks if the text in the specific resource text field exists and updates its PsystemWizard
instance wizard speficic field
Constructor Summary | |
---|---|
ExistingResourceListener(org.eclipse.jface.wizard.WizardPage paramPage,
org.eclipse.swt.widgets.Text textField)
Creates a new ExistingResourceListener instance which contains the text field given as parameter |
Method Summary | |
---|---|
abstract java.lang.String |
getResourceRoute(java.lang.String field)
Gets the resource route for the specific class |
void |
setField(java.lang.String field)
Sets the text field content |
abstract void |
setValue(java.lang.String value,
boolean change)
Sets the resource field value for the specific class |
Methods inherited from class org.gcn.plinguaplugin.wizardCommonComponents.AbstractTextListener |
---|
getFieldName, getParamPage, modifyText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExistingResourceListener(org.eclipse.jface.wizard.WizardPage paramPage, org.eclipse.swt.widgets.Text textField)
ExistingResourceListener
instance which contains the text field given as parameter
paramPage
- the page which the text field belongs totextField
- the resource text field to listen for changesMethod Detail |
---|
public void setField(java.lang.String field)
AbstractTextListener
setField
in class AbstractTextListener
field
- the text field content to setAbstractTextListener.setField(java.lang.String)
public abstract java.lang.String getResourceRoute(java.lang.String field)
field
- the base resource text
public abstract void setValue(java.lang.String value, boolean change)
value
- the resource field value for the specific classchange
- a boolean representing if the resource field should be updated on the parameters page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |