Library | Package Java Toolkit

Interface SelectionPair

package com.ptc.pfc.pfcSelect;

public interface SelectionPair
  extends jxobject



Description

This class represents a pair of selected objects.



Method Summary
SelectionGetSel1 ()
    Get method for attribute "Sel1"
    The first Selected object.
SelectionGetSel2 ()
    Get method for attribute "Sel2"
    The second Selected object.
voidSetSel1 (Selection value)
    Set method for attribute "Sel1"
    The first Selected object.
voidSetSel2 (Selection value)
    Set method for attribute "Sel2"
    The second Selected object.

Method Detail

GetSel1/SetSel1

SelectionGetSel1 ()
voidSetSel1 (Selection value)


    The first Selected object.



GetSel2/SetSel2

SelectionGetSel2 ()
voidSetSel2 (Selection value)


    The second Selected object.