com.ibm.tivoli.maximo.skd.model

Interface IGanttConfigInfo

    • Method Detail

      • getActivityPropertyNames

        java.util.Iterator getActivityPropertyNames()
        Get name of all activity properties
        Returns:
        Iterator of name of all activity properties
      • getActivityPropertyInfo

        IMXActivityPropertyInfo getActivityPropertyInfo(java.lang.String propertyName)
        Get property information for an activity property name
        Returns:
        IMXActivityPropertyInfo - - activity property info
      • getResourcePropertyNames

        java.util.Iterator getResourcePropertyNames()
        Get name of all resource properties
        Returns:
        Iterator of name of all resource properties
      • getResourcePropertyInfo

        IMXResourcePropertyInfo getResourcePropertyInfo(java.lang.String propertyName)
        Get property information for an resource property name
        Returns:
        IMXResourcePropertyInfo - resource property info
      • getReservationPropertyNames

        java.util.Iterator getReservationPropertyNames()
        Get name of all reservation properties
        Returns:
        Iterator of name of all reservation properties
      • getReservationPropertyInfo

        IMXReservationPropertyInfo getReservationPropertyInfo(java.lang.String propertyName)
        Get property information for an reservation property name
        Returns:
        IMXReservationPropertyInfo - reservation property info
      • getConstraintPropertyNames

        java.util.Iterator getConstraintPropertyNames()
        Get name of all constraint properties
        Returns:
        Iterator of name of all constraint properties
      • getConstraintPropertyInfo

        IMXConstraintPropertyInfo getConstraintPropertyInfo(java.lang.String propertyName)
        Get property information for an constraint property name
        Returns:
        IMXConstraintPropertyInfo - constraint property info
      • getHSplitPaneDividerLocation

        int getHSplitPaneDividerLocation()
        /** Get location of horizonstal divider
        Returns:
        location of horizontal divider
      • getVSplitPaneDividerLocation

        int getVSplitPaneDividerLocation()
        Set location of vertical divider
        Parameters:
        splitPaneDividerLocation -
      • getVisibleStartTime

        long getVisibleStartTime()
        Get visible start time
        Returns:
        visible start time
      • getVisibleInterval

        long getVisibleInterval()
        Get visible interval
        Returns:
        visible interval
      • getSelectedActivities

        java.util.ArrayList getSelectedActivities()
        Get list of selected activities
        Returns:
        list of selected activities
      • getVerticalScrollPosition

        int getVerticalScrollPosition()
        Get position of Vertical Scroll Bar
        Returns:
        value representing location of the vertical scroll position.
      • getSelectedResources

        java.util.ArrayList getSelectedResources()
        Get list of selected resources
        Returns:
        list of selected resources
      • getPropertyData

        java.util.HashMap getPropertyData()
        Get property data
        Returns:
        HashMap property data
      • getSystemPropMap

        java.util.HashMap getSystemPropMap()
        Get a HashMap of system properties needed to pass to applet
        Returns:
        HashMap