|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jap.AbstractJAPConfModule jap.JAPConfTC
public class JAPConfTC
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jap.AbstractJAPConfModule |
---|
AbstractJAPConfModule.FontSizeObserver |
Field Summary | |
---|---|
private javax.swing.JScrollPane |
m_scrollingTerms
|
private TermsAndConditionsOperatorTable |
m_tblOperators
|
private javax.swing.JEditorPane |
m_termsPane
|
private static java.lang.String |
MSG_ERR_REJECT_IMPOSSIBLE
|
private static java.lang.String |
MSG_TAB_TITLE
|
Fields inherited from class jap.AbstractJAPConfModule |
---|
LOCK_OBSERVABLE, m_savePoint |
Constructor Summary | |
---|---|
protected |
JAPConfTC(IJAPConfSavePoint savePoint)
|
Method Summary | |
---|---|
java.lang.String |
getHelpContext()
|
java.lang.String |
getTabTitle()
This method must be implemented by the children of AbstractJAPConfModule and returns the title for this configuration tab. |
void |
handleAcceptAction(ServiceOperator operator,
boolean accept)
|
boolean |
handleOperatorAction(ServiceOperator operator,
boolean accepted)
|
void |
handleSelectLineAction(ServiceOperator operator)
|
protected boolean |
initObservers()
All observables that are observed by this object MUST be registered here. |
protected void |
onCancelPressed()
This method can be overwritten by the children of AbstractJAPConfModule. |
protected boolean |
onOkPressed()
This method can be overwritten by the children of AbstractJAPConfModule. |
protected void |
onRootPanelShown()
This method can be overwritten by the children of AbstractJAPConfModule. |
protected void |
onUpdateValues()
This method can be overwritten by the children of AbstractJAPConfModule. |
void |
recreateRootPanel()
This method must be implemented by the children of AbstractJAPConfModule. |
void |
update(java.util.Observable o,
java.lang.Object arg)
|
Methods inherited from class jap.AbstractJAPConfModule |
---|
cancelPressed, createSavePoint, createTabbedRootPanelContraints, fontSizeChanged, getHelpExtractionDisplayContext, getRootPanel, okPressed, onResetToDefaultsPressed, resetToDefaultsPressed, updateValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String MSG_TAB_TITLE
private static final java.lang.String MSG_ERR_REJECT_IMPOSSIBLE
private TermsAndConditionsOperatorTable m_tblOperators
private javax.swing.JEditorPane m_termsPane
private javax.swing.JScrollPane m_scrollingTerms
Constructor Detail |
---|
protected JAPConfTC(IJAPConfSavePoint savePoint)
Method Detail |
---|
protected boolean initObservers()
AbstractJAPConfModule
initObservers
in class AbstractJAPConfModule
public java.lang.String getTabTitle()
AbstractJAPConfModule
getTabTitle
in class AbstractJAPConfModule
public void recreateRootPanel()
AbstractJAPConfModule
recreateRootPanel
in class AbstractJAPConfModule
public java.lang.String getHelpContext()
getHelpContext
in interface JAPHelpContext.IHelpContext
protected void onRootPanelShown()
AbstractJAPConfModule
onRootPanelShown
in class AbstractJAPConfModule
protected boolean onOkPressed()
AbstractJAPConfModule
onOkPressed
in class AbstractJAPConfModule
protected void onCancelPressed()
AbstractJAPConfModule
onCancelPressed
in class AbstractJAPConfModule
public void update(java.util.Observable o, java.lang.Object arg)
update
in interface java.util.Observer
protected void onUpdateValues()
AbstractJAPConfModule
onUpdateValues
in class AbstractJAPConfModule
public boolean handleOperatorAction(ServiceOperator operator, boolean accepted)
handleOperatorAction
in interface TermsAndCondtionsTableController
public void handleSelectLineAction(ServiceOperator operator)
handleSelectLineAction
in interface TermsAndCondtionsTableController
public void handleAcceptAction(ServiceOperator operator, boolean accept)
handleAcceptAction
in interface TermsAndCondtionsTableController
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |