|
Interface Summary |
| PVButton |
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory())
PVButton is an interface for a Button component that can be either AWT or Swing depending on ViewFactory |
| PVCanvas |
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory())
PVCanvas is an interface for a Canvas component that can be either AWT or Swing depending on ViewFactory |
| PVCheckbox |
com.didkovsky.portview is a Java package for creating UI components in either
Swing or AWT (switchable depending on PortView.getViewFactory())
PVCheckbox is an interface for a Checkbox component that can be either AWT or
Swing depending on ViewFactory
Note that addActionListener() is supported in Swing and addItemListener() is
support by AWT. |
| PVCheckboxMenuItem |
com.didkovsky.portview is a Java package for creating UI components in either Swing or AWT (switchable depending on PortView.getViewFactory())
PVCheckboxMenuItem is an interface for a CheckboxMenuItem component that can be either AWT or Swing depending on ViewFactory |
| PVChoice |
|
| PVComponent |
|
| PVDialog |
|
| PVFrame |
|
| PVLabel |
|
| PVMenu |
|
| PVMenuBar |
|
| PVMenuItem |
|
| PVPanel |
|
| PVRadioGroup |
|
| PVScrollbarListener |
|
| PVScrollPane |
|
| PVTextArea |
|
| PVTextComponent |
|
| PVTextField |
|
| ViewFactory |
PortView Factory. |