Gantt 2.3

com.ontimize.gantt.gui
Class GanttRoot

java.lang.Object
  extended byjava.awt.Component
      extended byjava.awt.Container
          extended bycom.ontimize.gantt.gui.GanttRoot
All Implemented Interfaces:
java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable

public class GanttRoot
extends java.awt.Container

Clase que permite configurar las entidades involucradas en el diagrama de gantt.
Parámetros:

See Also:
Serialized Form

Nested Class Summary
 
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
protected  ExtendedTableAttribute attribute
           
protected  java.util.Vector cols
           
protected  java.lang.String description
           
protected  java.lang.String enddate
           
protected  java.lang.String entity
           
protected  java.util.Vector filterkeys
           
protected  java.util.Vector keys
           
protected  int level
           
protected  java.util.Vector parentkeys
           
protected  java.lang.String percent
           
protected  java.util.Vector previous
           
protected  java.lang.String startdate
           
 
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
GanttRoot(java.util.Hashtable params)
           
 
Method Summary
protected  void addNews(java.lang.Object source, java.util.List destiny)
           
 java.lang.String getAttr()
           
 ExtendedTableAttribute getAttribute()
           
 java.util.Vector getCols()
           
 java.lang.Object getConstraints(java.awt.LayoutManager arg0)
           
 java.lang.String getDescription()
           
 java.lang.String getEnddate()
           
 java.lang.String getEntity()
           
 java.util.Vector getFilterkeys()
           
 java.util.Vector getKeys()
           
 int getLevel()
           
 java.util.Vector getParentkeys()
           
 java.lang.String getPercent()
           
 java.util.Vector getPrevious()
           
 java.lang.String getStartdate()
           
 java.util.Vector getTextsToTranslate()
           
 void init(java.util.Hashtable arg0)
           
 boolean isEnabled()
           
 void setComponentLocale(java.util.Locale arg0)
           
 void setEnabled(boolean arg0)
           
 void setResourceBundle(java.util.ResourceBundle arg0)
           
 void setVisible(boolean arg0)
           
 
Methods inherited from class java.awt.Container
add, add, add, add, add, addContainerListener, addImpl, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusUpCycle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

entity

protected java.lang.String entity

keys

protected java.util.Vector keys

cols

protected java.util.Vector cols

parentkeys

protected java.util.Vector parentkeys

filterkeys

protected java.util.Vector filterkeys

level

protected int level

description

protected java.lang.String description

startdate

protected java.lang.String startdate

enddate

protected java.lang.String enddate

percent

protected java.lang.String percent

previous

protected java.util.Vector previous

attribute

protected ExtendedTableAttribute attribute
Constructor Detail

GanttRoot

public GanttRoot(java.util.Hashtable params)
Method Detail

addNews

protected void addNews(java.lang.Object source,
                       java.util.List destiny)

getAttr

public java.lang.String getAttr()

getConstraints

public java.lang.Object getConstraints(java.awt.LayoutManager arg0)

init

public void init(java.util.Hashtable arg0)
          throws java.lang.Exception
Throws:
java.lang.Exception

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean arg0)

setVisible

public void setVisible(boolean arg0)

getTextsToTranslate

public java.util.Vector getTextsToTranslate()

setComponentLocale

public void setComponentLocale(java.util.Locale arg0)

setResourceBundle

public void setResourceBundle(java.util.ResourceBundle arg0)

getEntity

public java.lang.String getEntity()

getKeys

public java.util.Vector getKeys()

getCols

public java.util.Vector getCols()

getParentkeys

public java.util.Vector getParentkeys()

getFilterkeys

public java.util.Vector getFilterkeys()

getLevel

public int getLevel()

getAttribute

public ExtendedTableAttribute getAttribute()

getDescription

public java.lang.String getDescription()

getStartdate

public java.lang.String getStartdate()

getEnddate

public java.lang.String getEnddate()

getPercent

public java.lang.String getPercent()

getPrevious

public java.util.Vector getPrevious()

Gantt