Class BrowserActions

java.lang.Object
org.xhtmlrenderer.demo.browser.BrowserActions

public class BrowserActions extends Object
  • Field Details

    • open_file

      public Action open_file
    • export_pdf

      public Action export_pdf
    • quit

      public Action quit
    • print

      public Action print
    • forward

      public Action forward
    • backward

      public Action backward
    • refresh

      public Action refresh
    • reload

      public Action reload
    • load

      public Action load
    • stop

      public Action stop
    • goHome

      public Action goHome
    • generate_diff

      public Action generate_diff
    • usersManual

      public Action usersManual
    • aboutPage

      public Action aboutPage
    • root

      public final BrowserStartup root
    • increase_font

      public Action increase_font
    • decrease_font

      public Action decrease_font
    • reset_font

      public Action reset_font
    • goToPage

      public Action goToPage
    • logger

      public static final Logger logger
      The system logger for app.browser
  • Constructor Details

  • Method Details

    • init

      public void init()
    • showAboutDialog

      private void showAboutDialog()
    • togglePrintPreview

      private void togglePrintPreview()
    • openAndShowFile

      private void openAndShowFile()
    • exportToPdf

      private void exportToPdf()
    • setName

      public static void setName(Action act, String name)
      Sets the name attribute of the BrowserActions object
      Parameters:
      act - The new name value
      name - The new name value
    • setAccel

      public static void setAccel(Action act, int key)
      Sets the accel attribute of the BrowserActions object
      Parameters:
      act - The new accel value
      key - The new accel value
    • setMnemonic

      public static void setMnemonic(Action act, Integer mnem)
      Sets the mnemonic attribute of the BrowserActions object
      Parameters:
      act - The new mnemonic value
      mnem - The new mnemonic value
    • getImageUrl

      public static URL getImageUrl(String url)