public class PromptAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.PromptListener
Constructor and Description |
---|
PromptAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
bodyChanged(org.apache.pivot.wtk.Prompt arg0,
org.apache.pivot.wtk.Component arg1) |
CallableWithArgs<Void> |
getBodyChanged() |
CallableWithArgs<Void> |
getMessageChanged() |
CallableWithArgs<Void> |
getMessageTypeChanged() |
CallableWithArgs<Void> |
getOptionInserted() |
CallableWithArgs<Void> |
getOptionsRemoved() |
CallableWithArgs<Void> |
getSelectedOptionChanged() |
void |
messageChanged(org.apache.pivot.wtk.Prompt arg0,
String arg1) |
void |
messageTypeChanged(org.apache.pivot.wtk.Prompt arg0,
org.apache.pivot.wtk.MessageType arg1) |
void |
optionInserted(org.apache.pivot.wtk.Prompt arg0,
int arg1) |
void |
optionsRemoved(org.apache.pivot.wtk.Prompt arg0,
int arg1,
org.apache.pivot.collections.Sequence<?> arg2) |
void |
selectedOptionChanged(org.apache.pivot.wtk.Prompt arg0,
int arg1) |
void |
setBodyChanged(CallableWithArgs<Void> bodyChanged) |
void |
setMessageChanged(CallableWithArgs<Void> messageChanged) |
void |
setMessageTypeChanged(CallableWithArgs<Void> messageTypeChanged) |
void |
setOptionInserted(CallableWithArgs<Void> optionInserted) |
void |
setOptionsRemoved(CallableWithArgs<Void> optionsRemoved) |
void |
setSelectedOptionChanged(CallableWithArgs<Void> selectedOptionChanged) |
public CallableWithArgs<Void> getMessageTypeChanged()
public CallableWithArgs<Void> getMessageChanged()
public CallableWithArgs<Void> getBodyChanged()
public CallableWithArgs<Void> getOptionInserted()
public CallableWithArgs<Void> getOptionsRemoved()
public CallableWithArgs<Void> getSelectedOptionChanged()
public void setMessageTypeChanged(CallableWithArgs<Void> messageTypeChanged)
public void setMessageChanged(CallableWithArgs<Void> messageChanged)
public void setBodyChanged(CallableWithArgs<Void> bodyChanged)
public void setOptionInserted(CallableWithArgs<Void> optionInserted)
public void setOptionsRemoved(CallableWithArgs<Void> optionsRemoved)
public void setSelectedOptionChanged(CallableWithArgs<Void> selectedOptionChanged)
public void messageTypeChanged(org.apache.pivot.wtk.Prompt arg0, org.apache.pivot.wtk.MessageType arg1)
messageTypeChanged
in interface org.apache.pivot.wtk.PromptListener
public void messageChanged(org.apache.pivot.wtk.Prompt arg0, String arg1)
messageChanged
in interface org.apache.pivot.wtk.PromptListener
public void bodyChanged(org.apache.pivot.wtk.Prompt arg0, org.apache.pivot.wtk.Component arg1)
bodyChanged
in interface org.apache.pivot.wtk.PromptListener
public void optionInserted(org.apache.pivot.wtk.Prompt arg0, int arg1)
optionInserted
in interface org.apache.pivot.wtk.PromptListener
public void optionsRemoved(org.apache.pivot.wtk.Prompt arg0, int arg1, org.apache.pivot.collections.Sequence<?> arg2)
optionsRemoved
in interface org.apache.pivot.wtk.PromptListener
public void selectedOptionChanged(org.apache.pivot.wtk.Prompt arg0, int arg1)
selectedOptionChanged
in interface org.apache.pivot.wtk.PromptListener