|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.bdgp.apps.dagedit.gui
Class DECellRenderer

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JLabel
org.bdgp.apps.dagedit.gui.DECellRenderer
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, javax.swing.ListCellRenderer, java.awt.MenuContainer, java.io.Serializable, javax.swing.SwingConstants, javax.swing.tree.TreeCellRenderer
- public class DECellRenderer
- extends javax.swing.JLabel
- implements javax.swing.tree.TreeCellRenderer, javax.swing.ListCellRenderer
- extends javax.swing.JLabel
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JLabel |
javax.swing.JLabel.AccessibleJLabel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private static java.awt.Color |
clickBorderColor
|
protected Controller |
controller
|
private static java.awt.Color |
defaultSelectionColor
|
private static java.awt.Color |
highlightColor
|
private java.awt.Font |
italicFont
|
| Fields inherited from class javax.swing.JLabel |
labelFor |
| 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 javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
DECellRenderer(Controller controller)
|
|
| Method Summary | |
java.awt.Component |
getListCellRendererComponent(javax.swing.JList list,
java.lang.Object value,
int index,
boolean isSelected,
boolean cellHasFocus)
|
java.awt.Dimension |
getSize()
Returns the size of this object. |
java.awt.Component |
getTreeCellRendererComponent(javax.swing.JTree tree,
java.lang.Object value,
boolean selected,
boolean expanded,
boolean leaf,
int row,
boolean hasFocus)
Returns a component that has been configured to display one element (or node) in a javax.swing.JTree component. |
boolean |
isShowing()
Tests whether or not this component is actually being shown on the screen. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
defaultSelectionColor
private static final java.awt.Color defaultSelectionColor
highlightColor
private static final java.awt.Color highlightColor
clickBorderColor
private static final java.awt.Color clickBorderColor
italicFont
private java.awt.Font italicFont
controller
protected Controller controller
| Constructor Detail |
DECellRenderer
public DECellRenderer(Controller controller)
| Method Detail |
isShowing
public boolean isShowing()
- Description copied from class:
java.awt.Component - Tests whether or not this component is actually being shown on
the screen. This will be true if and only if it this component is
visible and its parent components are all visible.
getSize
public java.awt.Dimension getSize()
- Description copied from class:
java.awt.Component - Returns the size of this object.
getListCellRendererComponent
public java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
- Specified by:
getListCellRendererComponentin interfacejavax.swing.ListCellRenderer
getTreeCellRendererComponent
public java.awt.Component getTreeCellRendererComponent(javax.swing.JTree tree, java.lang.Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus)
- Description copied from interface:
javax.swing.tree.TreeCellRenderer - Returns a component that has been configured to display one element (or
node) in a javax.swing.JTree component. The arguments to this method are used
to pass in the value and state of the element to be rendered.
- Specified by:
getTreeCellRendererComponentin interfacejavax.swing.tree.TreeCellRenderer
|
|||||||||
| Home >> All >> org >> bdgp >> apps >> dagedit >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC