| javax.swing.JPanel com.vividsolutions.jump.workbench.ui.LayerNameRenderer
Method Summary | |
public Rectangle | getCheckBoxBounds() | protected int | getColumnWidth(int i) | public JLabel | getLabel() | public Component | getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) | protected int | getRowHeight() | public Component | getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) | void | jbInit() | public void | setBounds(int x, int y, int w, int h) | public void | setCheckBoxVisible(boolean checkBoxVisible) | public void | setIndicatingEditability(boolean indicatingEditability) | public void | setIndicatingProgress(boolean indicatingProgress, RenderingManager renderingManager) |
PROGRESS_ICON_KEY | public static String PROGRESS_ICON_KEY(Code) | | |
USE_CLOCK_ANIMATION_KEY | final public static String USE_CLOCK_ANIMATION_KEY(Code) | | |
LayerNameRenderer | public LayerNameRenderer()(Code) | | |
getCheckBoxBounds | public Rectangle getCheckBoxBounds()(Code) | | relative to this panel |
getColumnWidth | protected int getColumnWidth(int i)(Code) | | Parameters: i - zero-based |
getListCellRendererComponent | public Component getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus)(Code) | | |
getRowHeight | protected int getRowHeight()(Code) | | |
getTreeCellRendererComponent | public Component getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)(Code) | | |
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | Workaround for bug 4238829 in the Java bug database: "JComboBox
containing JPanel fails to display selected item at creation time"
|
setCheckBoxVisible | public void setCheckBoxVisible(boolean checkBoxVisible)(Code) | | |
setIndicatingEditability | public void setIndicatingEditability(boolean indicatingEditability)(Code) | | |
setIndicatingProgress | public void setIndicatingProgress(boolean indicatingProgress, RenderingManager renderingManager)(Code) | | |
|
|