|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JPanel
|
+--org.sape.carbon.services.console.ConfigurationArrayDataEditorRenderer
| Field Summary | |
private ObjectTreeModel.ArrayNode |
arrayNode
|
private JButton |
jButton1
|
| Fields inherited from class javax.swing.JPanel |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
ConfigurationArrayDataEditorRenderer(ObjectTreeModel.ArrayNode arrayNode)
Creates new form ConfigurationArrayDataEditorRenderer |
|
| Method Summary | |
void |
addCellEditorListener(CellEditorListener cellEditorListener)
|
void |
cancelCellEditing()
|
Object |
getCellEditorValue()
|
Component |
getTableCellEditorComponent(JTable jTable,
Object obj,
boolean param,
int param3,
int param4)
|
Component |
getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
boolean |
isCellEditable(EventObject eventObject)
|
private void |
jButton1ActionPerformed(ActionEvent evt)
|
void |
removeCellEditorListener(CellEditorListener cellEditorListener)
|
boolean |
shouldSelectCell(EventObject eventObject)
|
boolean |
stopCellEditing()
|
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private ObjectTreeModel.ArrayNode arrayNode
private JButton jButton1
| Constructor Detail |
public ConfigurationArrayDataEditorRenderer(ObjectTreeModel.ArrayNode arrayNode)
| Method Detail |
private void initComponents()
private void jButton1ActionPerformed(ActionEvent evt)
public void addCellEditorListener(CellEditorListener cellEditorListener)
addCellEditorListener in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditor
public Component getTableCellEditorComponent(JTable jTable,
Object obj,
boolean param,
int param3,
int param4)
getTableCellEditorComponent in interface TableCellEditorpublic boolean isCellEditable(EventObject eventObject)
isCellEditable in interface CellEditorpublic void removeCellEditorListener(CellEditorListener cellEditorListener)
removeCellEditorListener in interface CellEditorpublic boolean shouldSelectCell(EventObject eventObject)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditor
public Component getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
getTableCellRendererComponent in interface TableCellRenderer
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||