|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PViewPanel | |
com.ptc.wvs.client.pview |
Uses of PViewPanel in com.ptc.wvs.client.pview |
Fields in com.ptc.wvs.client.pview declared as PViewPanel | |
private PViewPanel |
PViewGetFile.panel
|
private PViewPanel |
PViewCanvas.panel
|
Methods in com.ptc.wvs.client.pview that return PViewPanel | |
private static PViewPanel |
PViewProxy.findPanelForHwnd(int hwnd)
Used by the callbacks from the viewer. |
Methods in com.ptc.wvs.client.pview with parameters of type PViewPanel | |
static Vector |
PViewToolBar.getVector(PViewPanel pviewPanel)
|
protected void |
PViewProxy.start(PViewPanel pviewPanel,
PViewCanvas component)
Initializes the viewer |
protected static int |
PViewProxy.getHwnd(PViewPanel pvp,
PViewCanvas canvas)
Returns the Window handle that uniquely identifies this viewing panel |
private static void |
PViewProxy.addPanelForHwnd(PViewPanel pviewPanel,
int hwnd)
Maintains a lookup between the different instances of the viewer and their window handles |
Constructors in com.ptc.wvs.client.pview with parameters of type PViewPanel | |
PViewToolBar(PViewPanel pviewPanel,
URL codebase,
Locale locale,
int type,
boolean usedBySwing)
Creates the toolbar |
|
PViewProxy(PViewPanel panel,
boolean debug)
Creates the proxy class, associated to a parent PViewPanel. |
|
PViewGetFile(PViewCache cache,
PViewPanel pviewPanel,
String fileUrl,
String extension,
long visualID)
Create the class with the parameters that will run to access the data. |
|
PViewCanvas(PViewPanel pviewPanel,
boolean debug)
Creates the canvas, and sets the background color to Blue |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |