Library | Package Java Toolkit

Interface ColumnPositionData

package com.ptc.uifc.uifcCore;

public interface ColumnPositionData
  extends jxobject



Description

 



Method Summary
intGetIndex ()
    Get method for attribute "Index"
     
StringGetName ()
    Get method for attribute "Name"
     
booleanIsBefore ()
    Get method for attribute "IsBefore"
     
voidSetIndex (int value)
    Set method for attribute "Index"
     
voidSetIsBefore (boolean value)
    Set method for attribute "IsBefore"
     
voidSetName (String value)
    Set method for attribute "Name"
     

Method Detail

GetName/SetName

StringGetName ()
voidSetName (String value)


     



GetIndex/SetIndex

intGetIndex ()
voidSetIndex (int value)


     



IsBefore/SetIsBefore

booleanIsBefore ()
voidSetIsBefore (boolean value)