|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.Component java.awt.Container java.awt.Panel jfig.gui.ModeButtonPanel
container for all jfig mode-buttons.
Nested Class Summary |
Nested classes inherited from class java.awt.Panel |
java.awt.Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ModeButtonPanel(StatusMessage sf)
|
Method Summary | |
void |
addActionListener(java.awt.event.ActionListener AL)
|
void |
createCommandButtons()
|
void |
createZoomButtons()
|
java.awt.Image[] |
cropButtonImages()
|
ImageButton |
findButton(java.lang.String commandString)
search all components in this Panel to find a ImageButton with given command string. |
static void |
main(java.lang.String[] argv)
|
void |
message(java.lang.String msg)
|
void |
selectModeButton(java.lang.Object arg)
a method to select (highlight) one mode button, to give visual feedback about the current editor mode. |
void |
setConsole(ConsoleMessage printer)
|
void |
setLinkMessage(java.lang.String s)
|
Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
InsetsPanel commandButtonPanel
InsetsPanel zoomButtonPanel
ImageButton circleButton
ImageButton ovalButton
ImageButton rectButton
ImageButton roundrectButton
ImageButton polylineButton
ImageButton polygonButton
ImageButton splineButton
ImageButton csplineButton
ImageButton bezierButton
ImageButton cbezierButton
ImageButton arcButton
ImageButton imageButton
ImageButton textButton
ImageButton linkButton
ImageButton libraryObjectButton
ImageButton openCompoundButton
ImageButton createCompoundButton
ImageButton breakCompoundButton
ImageButton scaleButton
ImageButton alignButton
ImageButton movePointButton
ImageButton moveButton
ImageButton addPointButton
ImageButton copyButton
ImageButton cutPointButton
ImageButton deleteButton
ImageButton convertButton
ImageButton rotateCWButton
ImageButton rotateCCWButton
ImageButton updateButton
ImageButton editButton
ImageButton mirrorXButton
ImageButton mirrorYButton
ImageButton textSizeButton
ImageButton zoomRegionButton
ImageButton zoomIn2Button
ImageButton zoomOut2Button
ImageButton zoom11Button
ImageButton panHomeButton
java.awt.Image buttonImages
java.awt.Image[] crop
ConsoleMessage printer
StatusMessage statusField
Constructor Detail |
public ModeButtonPanel(StatusMessage sf)
Method Detail |
public void setConsole(ConsoleMessage printer)
public java.awt.Image[] cropButtonImages()
public void createCommandButtons()
public void createZoomButtons()
public void addActionListener(java.awt.event.ActionListener AL)
public void selectModeButton(java.lang.Object arg)
public ImageButton findButton(java.lang.String commandString)
public void setLinkMessage(java.lang.String s)
public void message(java.lang.String msg)
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |