java.lang.Object
com.voytechs.html.component.Component
com.voytechs.html.component.SimpleComponent
- Direct Known Subclasses:
- Container, Image, Text
- public abstract class SimpleComponent
- extends Component
Base class for all HTML elements considered simple. ie. TableComponents, FormComponents
are considered complex.
| Methods inherited from class com.voytechs.html.component.Component |
areFlagsSet, clearFlags, getParent, getRootFrame, getUriPath, init, paint, setFlags, setParent, show, show, toStringPrefix, toStringPrefixCap, toStringPrefixTee, toStringTree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleComponent
public SimpleComponent()
main
public static void main(java.lang.String[] args)
- Test function for SimpleComponent