com.ibm.jtopenlite.command.program.object

Interface OpenListOfObjectsSelectionListener



  • public interface OpenListOfObjectsSelectionListener
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getNumberOfStatuses() 
      java.lang.String getStatus(int index) 
      boolean isSelected()
      Whether the statuses are for selecting objects or omitting objects from the list.
    • Method Detail

      • isSelected

        boolean isSelected()
        Whether the statuses are for selecting objects or omitting objects from the list.
      • getNumberOfStatuses

        int getNumberOfStatuses()
      • getStatus

        java.lang.String getStatus(int index)