Uses of Class
it.sistematica.isharedoc.pknet.support.PkNetConstants.PostMode

Packages that use PkNetConstants.PostMode
it.sistematica.isharedoc.pknet.support   
 

Uses of PkNetConstants.PostMode in it.sistematica.isharedoc.pknet.support
 

Methods in it.sistematica.isharedoc.pknet.support that return PkNetConstants.PostMode
static PkNetConstants.PostMode PkNetConstants.PostMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PkNetConstants.PostMode[] PkNetConstants.PostMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.pknet.support with parameters of type PkNetConstants.PostMode
 void PkNetAppletInput.setPostMode(PkNetConstants.PostMode postMode)