Uses of Interface
com.tensegrity.palowebviewer.modules.paloclient.client.IXSubsetType

Packages that use IXSubsetType
com.tensegrity.palowebviewer.modules.paloclient.client   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of IXSubsetType in com.tensegrity.palowebviewer.modules.paloclient.client
 

Classes in com.tensegrity.palowebviewer.modules.paloclient.client that implement IXSubsetType
 class XFlatSubsetType
           
 class XManualHierarchySubsetType
           
 class XRegexpSubsetType
           
 class XSubsetType
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return IXSubsetType
static IXSubsetType XManualHierarchySubsetType.getInstance()
           
static IXSubsetType XFlatSubsetType.getInstance()
           
static IXSubsetType XRegexpSubsetType.getInstance()
           
 IXSubsetType XSubset.getType()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type IXSubsetType
 void XSubset.setType(IXSubsetType type)
           
 

Uses of IXSubsetType in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return IXSubsetType
static IXSubsetType PaloHelper.getSubsetType(org.palo.api.Subset subset)