A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractException — Class in package com.ericfeminella.errors
Pseudo-abstract base class which provides an API which allows sub-classes to pass a message containing tokens to be replaced with an arbitrary parameters

Below is an example of an AbstractException sub class

AbstractException(message, ... rest) — Constructor in class com.ericfeminella.errors.AbstractException
Constructs a new AbstractException instance and substitutes an error message with the specified arguments
addContextMenuItem(contextMenuItem, listener) — Method in class com.ericfeminella.ui.ConfigurableContextMenu
Adds a new ContextMenuItem to the ConfigurableContextMenu which contains an associated listener which handles the item when selected
addContextMenuItem(contextMenuItem, listener) — Method in interface com.ericfeminella.ui.IConfigurableContextMenu
Adds a new ContextMenuItem to the ConfigurableContextMenu which contains an associated listener that handles the item when selected
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z