|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.controlpanel.DocumentAdapter
public class DocumentAdapter
Updates the property as it happens.
Constructor Summary | |
---|---|
DocumentAdapter(DeploymentConfiguration config,
java.lang.String property)
This creates a new instance of DocumentAdapter. |
|
DocumentAdapter(java.lang.String[] fields,
int index)
This creates a new instance of DocumentAdapter. |
Method Summary | |
---|---|
void |
changedUpdate(javax.swing.event.DocumentEvent e)
|
void |
insertUpdate(javax.swing.event.DocumentEvent e)
|
void |
removeUpdate(javax.swing.event.DocumentEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentAdapter(java.lang.String[] fields, int index)
fields
- The list of property.index
- Location of property to modify.public DocumentAdapter(DeploymentConfiguration config, java.lang.String property)
config
- ConfigurationFile containing the properties.property
- Name of property to modify.Method Detail |
---|
public void insertUpdate(javax.swing.event.DocumentEvent e)
insertUpdate
in interface javax.swing.event.DocumentListener
public void removeUpdate(javax.swing.event.DocumentEvent e)
removeUpdate
in interface javax.swing.event.DocumentListener
public void changedUpdate(javax.swing.event.DocumentEvent e)
changedUpdate
in interface javax.swing.event.DocumentListener
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |