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  
GeneralUtil — Class in package net.sourceforge.fxpotpourri.logging.misc
GeneralUtil() — Constructor in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
getClassByClassName(className) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Returns a reference to the class object of the class specified by the className parameter.
getClassByInstance(instance) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Returns a reference to the class object of the instance specified by the instance parameter
getFullClassName(clazz) — Method in class net.sourceforge.fxpotpourri.logging.appender.AppenderHelper
getFullQualifiedName(clazz) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
getFullQualifiedNameByInstance(object) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Returns the fully qualified name of given instance.
getLog(clazz) — Static method in class net.sourceforge.fxpotpourri.logging.api.LogFactory
getSimpleClassName(clazz) — Method in class net.sourceforge.fxpotpourri.logging.appender.AppenderHelper
getSimpleName(clazz) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Returns the simple name (last part of fully qualified name) of given class.
getSimpleNameByInstance(object) — Static method in class net.sourceforge.fxpotpourri.logging.misc.GeneralUtil
Returns the simple name (last part of fully qualified name) of given instance.
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