|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.client.pview.PViewHelper
PViewHelper contains a number of conveience methods for accessing data in Windchill to
obtain information which is useful when implementing the PView bean in a Windchill
Application/Applet.
Supported API: false
Extendable: false
Nested Class Summary | |
static class |
PViewHelper.Server
Server side implementations |
Field Summary | |
private static boolean |
debug
|
Constructor Summary | |
PViewHelper()
|
Method Summary | |
static Vector |
getDefaultMarkups(Persistable p)
|
static PViewOLData |
getOLFileURL(Representable representable)
Locates the URL to the viewable representation |
static PViewOLData |
getOLFileURL(Representable representable,
boolean includeProperties)
Locates the URL to the viewable representation |
static Vector |
getOLFileURL(Vector representables)
Locates the URLs to the viewables associated to the representables |
static Vector |
getOLFileURL(Vector representables,
boolean includeProperties)
Locates the URLs to the viewables associated to the representables |
static Hashtable |
getPartProperties(Persistable p)
|
static String |
getPrefValue(String node,
String key)
Returns the value of a preference stored in Windchill |
static byte[] |
getThumbnailData(Persistable p)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static boolean debug
Constructor Detail |
public PViewHelper()
Method Detail |
public static byte[] getThumbnailData(Persistable p)
public static PViewOLData getOLFileURL(Representable representable)
representable
- the representable whose viewable is to be located
public static PViewOLData getOLFileURL(Representable representable, boolean includeProperties)
representable
- the representable whose viewable is to be located
public static Vector getOLFileURL(Vector representables)
representables
- the representables whose viewables are to be located
public static Vector getOLFileURL(Vector representables, boolean includeProperties)
representables
- the representables whose viewables are to be located
public static String getPrefValue(String node, String key)
node
- the prefernce nodekey
- the key to the preference
public static Hashtable getPartProperties(Persistable p)
public static Vector getDefaultMarkups(Persistable p)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |