oracle.ide.dialogs
Class SelectFileCell
java.lang.Object
|
+--oracle.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 |
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.
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.
toString
public java.lang.String toString()
- Deprecated.
- Overrides:
toString
in class java.lang.Object