| | |
| | | super(); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public ViewFactory getViewFactory() |
| | | { |
| | | return new MyHTMLFactory(); |
| | |
| | | */ |
| | | class MyHTMLFactory extends HTMLFactory |
| | | { |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public View create(Element elem) |
| | | { |
| | | View v = super.create(elem); |
| | |
| | | super(elem); |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public void actionPerformed(ActionEvent ev) |
| | | { |
| | | if (ev != null && ev.getWhen() != lastActionWhen) { |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | protected Component createComponent() |
| | | { |
| | | Component comp = super.createComponent(); |