Library | Package Java Toolkit

Interface SelectionOptions

package com.ptc.pfc.pfcSelect;

public interface SelectionOptions
  extends jxobject



Description

This class describes the selection options.
Direct Known Subclasses:
WSelectionOptions



Method Summary
/*optional*/ IntegerGetMaxNumSels ()
    Get method for attribute "MaxNumSels"
    The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
StringGetOptionKeywords ()
    Get method for attribute "OptionKeywords"
    The selection filter.
voidSetMaxNumSels ( /*optional*/ Integer value)
    Set method for attribute "MaxNumSels"
    The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
voidSetOptionKeywords (String value)
    Set method for attribute "OptionKeywords"
    The selection filter.

Method Detail

GetOptionKeywords/SetOptionKeywords

StringGetOptionKeywords ()
voidSetOptionKeywords (String value)


    The selection filter.
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection



GetMaxNumSels/SetMaxNumSels

/*optional*/ IntegerGetMaxNumSels ()
voidSetMaxNumSels ( /*optional*/ Integer value)


    The maximum number of selections allowed. If this is a negative number, there is an unlimited number of selections.
Manual References:
Selection: Interactive Selection, Selection: Interactive Selection