User's guide > Session Objects
Session Objects
This section describes how to program on the session level using Creo Object TOOLKIT Java.
Overview of Session Objects
The Session object (contained in the class com.ptc.pfc.pfcSession.Session) is the highest level object in Creo Object TOOLKIT Java. Any program that accesses data from Creo application must first get a handle to the Session object before accessing more specific data.
The Session object contains methods to perform the following operations:
Accessing models and windows (described in the Models and Windows sections).
Working with the Creo user interface.
Allowing interactive selection of items within the session.
Accessing global settings such as line styles, colors, and configuration options.
The following sections describe these operations in detail.
Was this helpful?