| javax.swing.JPanel org.netbeans.beaninfo.LoaderActionsPanel
LoaderActionsPanel | public LoaderActionsPanel(PropertyEditor pe, PropertyEnv env)(Code) | | Creates new form LoaderActionsPanel
|
findAction | static SystemAction findAction(Node[] nodes)(Code) | | Try to find a system action instance among a set of nodes.
|
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | Return a component that has been configured to display the specified
value. That component's paint method is then called to
"render" the cell. If it is necessary to compute the dimensions
of a list because the list cells do not have a fixed size, this method
is called to generate a component on which getPreferredSize
can be invoked.
Parameters: list - The JList we're painting. Parameters: value - The value returned by list.getModel().getElementAt(index). Parameters: index - The cells index. Parameters: isSelected - True if the specified cell was selected. Parameters: cellHasFocus - True if the specified cell has the focus. A component whose paint() method will render the specified value. See Also: JList See Also: ListSelectionModel See Also: ListModel |
|
|