Extension SDK

oracle.ide.dialogs
Class SelectFileCell

java.lang.Object
  extended byoracle.ide.dialogs.SelectFileCell

Deprecated. Places where SelectFileCell was used should be migrated to use oracle.ide.controls.checkboxlist.CheckBoxListCellData

public class SelectFileCell
extends java.lang.Object

Class to contain a node's properties and selection state. Used by the SelectFilesPanel when displaying a list of files for selection.


Field Summary
 java.lang.Object data
          Deprecated.  
 javax.swing.Icon icon
          Deprecated.  
 java.lang.String label
          Deprecated.  
 boolean selected
          Deprecated.  
 
Constructor Summary
SelectFileCell(java.lang.String label, javax.swing.Icon icon, boolean selected, java.lang.Object data)
          Deprecated. Places where SelectFileCell was used should be migrated to use oracle.ide.controls.checkboxlist.CheckBoxListCellData
 
Method Summary
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

public final java.lang.String label
Deprecated. 

icon

public final javax.swing.Icon icon
Deprecated. 

selected

public boolean selected
Deprecated. 

data

public final java.lang.Object data
Deprecated. 
Constructor Detail

SelectFileCell

public SelectFileCell(java.lang.String label,
                      javax.swing.Icon icon,
                      boolean selected,
                      java.lang.Object data)
Deprecated. Places where SelectFileCell was used should be migrated to use oracle.ide.controls.checkboxlist.CheckBoxListCellData

Constructor initializes the cell in the selected state.

Method Detail

toString

public java.lang.String toString()
Deprecated. 

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.