jap
Class JAPConfHTTPFilter

java.lang.Object
  extended by jap.AbstractJAPConfModule
      extended by jap.JAPConfHTTPFilter
All Implemented Interfaces:
JAPHelpContext.IHelpContext, java.awt.event.ActionListener, java.util.EventListener, java.util.Observer

final class JAPConfHTTPFilter
extends AbstractJAPConfModule
implements java.util.Observer, java.awt.event.ActionListener

This is the configuration GUI for the cert.


Nested Class Summary
 
Nested classes/interfaces inherited from class jap.AbstractJAPConfModule
AbstractJAPConfModule.FontSizeObserver
 
Field Summary
private  javax.swing.border.TitledBorder m_borderCert
           
private  javax.swing.JCheckBox m_boxEncoding
           
private  javax.swing.JCheckBox m_boxFileTypes
           
private  javax.swing.JCheckBox m_boxLanguage
           
private  javax.swing.JCheckBox m_boxUserAgent
           
private  javax.swing.JRadioButton m_btnFilterOff
           
private  javax.swing.JRadioButton m_btnFilterOn
           
 
Fields inherited from class jap.AbstractJAPConfModule
LOCK_OBSERVABLE, m_savePoint
 
Constructor Summary
JAPConfHTTPFilter()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent a_event)
           
 java.lang.String getHelpContext()
           
 java.lang.String getTabTitle()
          Returns the title for the cert configuration tab.
protected  boolean onOkPressed()
          This method can be overwritten by the children of AbstractJAPConfModule.
protected  void onResetToDefaultsPressed()
          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()
          Creates the cert root panel with all child-panels.
 void update(java.util.Observable a_notifier, java.lang.Object a_message)
           
 
Methods inherited from class jap.AbstractJAPConfModule
cancelPressed, createSavePoint, createTabbedRootPanelContraints, fontSizeChanged, getHelpExtractionDisplayContext, getRootPanel, initObservers, okPressed, onCancelPressed, onRootPanelShown, resetToDefaultsPressed, updateValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_borderCert

private javax.swing.border.TitledBorder m_borderCert

m_btnFilterOn

private javax.swing.JRadioButton m_btnFilterOn

m_btnFilterOff

private javax.swing.JRadioButton m_btnFilterOff

m_boxUserAgent

private javax.swing.JCheckBox m_boxUserAgent

m_boxLanguage

private javax.swing.JCheckBox m_boxLanguage

m_boxEncoding

private javax.swing.JCheckBox m_boxEncoding

m_boxFileTypes

private javax.swing.JCheckBox m_boxFileTypes
Constructor Detail

JAPConfHTTPFilter

public JAPConfHTTPFilter()
Method Detail

recreateRootPanel

public void recreateRootPanel()
Creates the cert root panel with all child-panels.

Specified by:
recreateRootPanel in class AbstractJAPConfModule

getTabTitle

public java.lang.String getTabTitle()
Returns the title for the cert configuration tab.

Specified by:
getTabTitle in class AbstractJAPConfModule
Returns:
The title for the cert configuration tab.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent a_event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

update

public void update(java.util.Observable a_notifier,
                   java.lang.Object a_message)
Specified by:
update in interface java.util.Observer

onUpdateValues

protected void onUpdateValues()
Description copied from class: AbstractJAPConfModule
This method can be overwritten by the children of AbstractJAPConfModule. It is called every time the values of the model have changed and must be reread by the module. SHOULD NOT BE CALLED DIRECTLY in subclasses!!

Overrides:
onUpdateValues in class AbstractJAPConfModule

onOkPressed

protected boolean onOkPressed()
Description copied from class: AbstractJAPConfModule
This method can be overwritten by the children of AbstractJAPConfModule. It is called every time the user presses "OK" in the configuration dialog.

Overrides:
onOkPressed in class AbstractJAPConfModule

onResetToDefaultsPressed

protected void onResetToDefaultsPressed()
Description copied from class: AbstractJAPConfModule
This method can be overwritten by the children of AbstractJAPConfModule. It is called every time the user presses "Reset to defaults" in the configuration dialog after the restoring of the default configuration from the savepoint (if there is a savepoint for this module).

Overrides:
onResetToDefaultsPressed in class AbstractJAPConfModule

getHelpContext

public java.lang.String getHelpContext()
Specified by:
getHelpContext in interface JAPHelpContext.IHelpContext