Class FWInternalBrowserPanel

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class FWInternalBrowserPanel extends FWDefaultPanel
Showing JEditorPane with given HTML Content. Special links using host "impetus" are interpretet as internal links to call internal funcitons
Author:
andi
See Also:
  • Constructor Details

    • FWInternalBrowserPanel

      public FWInternalBrowserPanel(FWAbstractFunctionality aFunctionality)
      Parameters:
      aFunctionality -
    • FWInternalBrowserPanel

      public FWInternalBrowserPanel(FWAbstractFunctionality aFunctionality, boolean aCreateButtonPanel)
      Parameters:
      aFunctionality -
      aCreateButtonPanel -
  • Method Details

    • back

      protected void back()
      Description copied from class: FWDefaultPanel
      called from action performed - you can overwrite it in extended class or use this
      Overrides:
      back in class FWDefaultPanel
    • go

      protected void go()
      Description copied from class: FWDefaultPanel
      called from action performed - you can overwrite it in extended class or use this
      Overrides:
      go in class FWDefaultPanel
    • print

      protected void print()
      Description copied from class: FWDefaultPanel
      called from action performed - you can overwrite it in extended class or use this
      Overrides:
      print in class FWDefaultPanel