|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectswingwt.awt.Component
swingwt.awt.Container
swingwt.awt.Window
swingwt.awt.Frame
swingwtx.swing.JFrame
net.moioli.chart.swing.SwingDemo
public class SwingDemo
A NetBeans-generated Swing demo of the MoioChart graph library.
Here you'll find pretty everything you can do with MoioChart: multiple
function graph, pies, histograms, custom zooming, etc. Most of the code has
been automatically generated with NetBeans, so it's not meant to be really
readable ;)
Anyway the important bits are documented, and should be really easy to
understand. If it is not the case, drop me a mail!
Field Summary |
---|
Fields inherited from class swingwtx.swing.JFrame |
---|
closeOperation, ICONIFIED, isMax, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, NORMAL, state |
Fields inherited from class swingwt.awt.Frame |
---|
isResizable |
Fields inherited from class swingwt.awt.Window |
---|
delayPack, display, FRAME_DECORATION_HEIGHT, FRAME_DECORATION_WIDTH, iconImage, isClosed, isIcon, peer, pMenu, pMenuBar, rootPane, title, windowListeners |
Fields inherited from class swingwt.awt.Container |
---|
composite, comps, containerListeners, layout, queuedValidateRequest |
Fields inherited from class swingwt.awt.Component |
---|
accessibleContext, actionCommand, actionListeners, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, componentListeners, componentName, consumeAvailableHeight, consumeAvailableWidth, focusable, focusListeners, inputMethodListeners, isUserSetFont, keyListeners, layoutModifier, LEFT_ALIGNMENT, locale, LOCK, mouseListeners, mouseMotionListeners, mouseWheelListeners, parent, pBackground, pCursor, pDoubleBuffered, pEnabled, pFont, pForeground, pLayoutData, pLocation, pMaxSize, pMinSize, ppeer, pPrefSize, pSize, pToolTipText, pVisible, RIGHT_ALIGNMENT, swingWTDefaultActionEventAdapter, swingWTEventAdapter, TOP_ALIGNMENT |
Fields inherited from interface swingwtx.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface swingwt.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
SwingDemo()
Creates new form MainFrame |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class swingwtx.swing.JFrame |
---|
getContentPane, getDefaultCloseOperation, getExtendedState, getGlassPane, getLayeredPane, getRootPane, registerWindowEvents, setCachedProperties, setContentPane, setDefaultCloseOperation, setExtendedState, setGlassPane, setLayeredPane, toggleWindowState |
Methods inherited from class swingwt.awt.Frame |
---|
getSWTFrameType, isResizable, remove, setResizable |
Methods inherited from class swingwt.awt.Window |
---|
add, add, addMouseListener, addWindowListener, create, create, createSWTWindow, dispatchEvents, dispose, getBounds, getDefaultButton, getIconImage, getJMenuBar, getLayout, getLocationOnScreen, getMenuBar, getSize, getSWTPeer, getTitle, hide, isActive, pack, processWindowEvent, processWindowEvent, remove, removeMouseListener, removeWindowListener, repaintFix, setBounds, setBounds, setDefaultButton, setIconImage, setJMenuBar, setLayout, setLayout, setLocation, setLocation, setLocationRelativeTo, setMenuBar, setSize, setSize, setSwingWTParent, setTitle, setVisible, show, toBack, toFront |
Methods inherited from class swingwt.awt.Container |
---|
add, add, add, addComponentToLayout, addContainerListener, debug_showContainmentTree, doAdd, doLayout, getComponent, getComponentCount, getComponentOrientation, getComponents, getComposite, getInsets, getMaximumSize, getMinimumSize, getParent, getPreferredSize, invalidate, minimumSize, preferredSize, processContainerEvent, processEvent, queuedValidate, remove, removeAll, removeComponentFromCache, removeContainerListener, revalidate, setLayoutImpl, setSwingWTParent, validate |
Methods inherited from class swingwt.awt.Component |
---|
add, addActionListener, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseMotionListener, addMouseWheelListener, addNotify, calculatePreferredSize, componentOnlyDispose, computePreferredSize, contains, contains, createImage, createListenerArrayFromVector, createVolatileImage, dispatchEvent, getAccessibleContext, getActionCommand, getAlignmentX, getAlignmentY, getBackground, getBackgroundSet, getCursor, getFont, getFontMetrics, getForeground, getForegroundSet, getGraphics, getGraphicsConfiguration, getHeight, getListeners, getLocale, getLocation, getName, getPeer, getPeerSize, getSize, getToolkit, getToolTipText, getTreeLock, getWidth, getX, getY, grabFocus, hasFocus, hasSetFont, imageUpdate, inside, isAncestorOf, isEnabled, isFocusable, isMinimumSizeSet, isOpaque, isShowing, isVisible, paint, paintComponent, processActionEvent, processComponentEvent, processFocusEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, processPaintEvent, processTraverseEvent, registerActionEvents, registerComponentEvents, registerEvents, registerExtendedModifyEvents, registerFocusEvents, registerKeyEvents, registerModifyEvents, registerMouseEvents, registerPaintEvents, registerTraversalEvents, removeActionListener, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, repaint, repaint, repaint, requestFocus, setActionCommand, setAlignmentX, setAlignmentY, setBackground, setComponentOrientation, setComponentRemoved, setCursor, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setFont, setForeground, setHeight, setLocale, setMaximumSize, setMinimumSize, setName, setPreferredSize, setToolTipText, setWidth, size, transferFocus, transferFocusBackward, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface swingwt.awt.MenuContainer |
---|
getFont |
Constructor Detail |
---|
public SwingDemo()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |