public abstract class Component extends Object
Component()
void
addChild(Component child)
Component
getChildren(int index)
abstract void
printStructure(String preStr)
removeChild(Component child)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Component()
public abstract void printStructure(String preStr)
preStr
public void addChild(Component child)
public void removeChild(Component child)
public Component getChildren(int index)
Copyright © 2016. All rights reserved.