Library | Package Java Toolkit

Interface MouseStatus

package com.ptc.pfc.pfcSession;

public interface MouseStatus
  extends jxobject



Description

Status of mouse-based input for Creo Parametric.



Method Summary
Point3DGetPosition ()
    Get method for attribute "Position"
    The coordinates of the picked point.
/*optional*/ MouseButtonGetSelectedButton ()
    Get method for attribute "SelectedButton"
    The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.
voidSetPosition (Point3D value)
    Set method for attribute "Position"
    The coordinates of the picked point.
voidSetSelectedButton ( /*optional*/ MouseButton value)
    Set method for attribute "SelectedButton"
    The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.

Method Detail

GetSelectedButton/SetSelectedButton

/*optional*/ MouseButtonGetSelectedButton ()
voidSetSelectedButton ( /*optional*/ MouseButton value)


    The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.



GetPosition/SetPosition

Point3DGetPosition ()
voidSetPosition (Point3D value)


    The coordinates of the picked point.