org.media.hyperpad
Class ComponentManager

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--org.media.hyperpad.ComponentManager
All Implemented Interfaces:
Cloneable, Collection, List, RandomAccess, Serializable

public class ComponentManager
extends Vector

Class meant apply the new settings to HyperPanel components.

Version:
$Revision: 1.1 $ $Date: 2002/09/13 18:51:36 $
Author:
Borsos Szabolcs
See Also:
String, Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ComponentManager()
           
 
Method Summary
protected  void addComponent(Component c)
           
protected  void addNavigationBarComponent(Component c)
           
protected  void addProxyPanelComponent(Component c)
           
protected  void updateComponents()
           
protected  void updateNavigationBarComponents()
           
protected  void updateProxyPanelComponents(boolean editable)
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

ComponentManager

public ComponentManager()
Method Detail

addComponent

protected void addComponent(Component c)

addProxyPanelComponent

protected void addProxyPanelComponent(Component c)

addNavigationBarComponent

protected void addNavigationBarComponent(Component c)

updateComponents

protected void updateComponents()

updateProxyPanelComponents

protected void updateProxyPanelComponents(boolean editable)

updateNavigationBarComponents

protected void updateNavigationBarComponents()


"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."