ilog.tgo.awt
Class IltInteractorButton

java.lang.Object
  extended by java.awt.Component
      extended by ilog.views.ui.IlvImageButton
          extended by ilog.tgo.awt.IltInteractorButton
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

Deprecated. Use IlpNetwork toolbar with JButton instead.

public class IltInteractorButton
extends IlvImageButton

This class implements a button that sets a given IlvManagerViewInteractor on a given IlvManagerView each time it is pressed.

Additionally:

Since:
JTGO 2.0
See Also:
Serialized Form
Deprecated Since:
JTGO 4.5

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
 
Field Summary
 
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
IltInteractorButton()
          Deprecated. Creates a new IltInteractorButton.
 
Method Summary
 IlvManagerViewInteractor getInteractor()
          Deprecated. Gets the associated interactor.
 int getMarginHeight()
          Deprecated. Returns the margin height of the button.
 int getMarginWidth()
          Deprecated. Returns the margin width of the button.
 Dimension getMinimumSize()
          Deprecated. Returns the minimum size of the component.
 Dimension getPreferredSize()
          Deprecated. Returns the preferred size of the component.
 IlvManagerView getView()
          Deprecated. Returns the view on which the interactor of this button is set.
 void setInteractor(IlvManagerViewInteractor interactor)
          Deprecated. Sets the associated interactor.
 void setMarginHeight(int marginHeight)
          Deprecated. Sets the margin height of the button.
 void setMarginWidth(int marginWidth)
          Deprecated. Sets the margin width of the button.
 void setView(IlvManagerView view)
          Deprecated. Sets the view on which the interactor of this button is set.
 
Methods inherited from class ilog.views.ui.IlvImageButton
activate, addActionListener, getHighlightColor, getImage, getState, imageUpdate, isRelief, isToggle, paint, processMouseEvent, processMouseMotionEvent, removeActionListener, setHighlightColor, setImage, setRelief, setState, setToggle
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getAccessibleContext, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, paramString, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, processComponentEvent, processEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IltInteractorButton

public IltInteractorButton()
Deprecated. 
Creates a new IltInteractorButton.

Method Detail

getMinimumSize

public Dimension getMinimumSize()
Deprecated. 
Returns the minimum size of the component.

Overrides:
getMinimumSize in class IlvImageButton

getPreferredSize

public Dimension getPreferredSize()
Deprecated. 
Returns the preferred size of the component.

Overrides:
getPreferredSize in class IlvImageButton

setMarginWidth

public void setMarginWidth(int marginWidth)
Deprecated. 
Sets the margin width of the button. Margin width is the distance in pixels between the icon of this button and the left and right borders of the button.

Parameters:
marginWidth - the margin width

getMarginWidth

public int getMarginWidth()
Deprecated. 
Returns the margin width of the button.


setMarginHeight

public void setMarginHeight(int marginHeight)
Deprecated. 
Sets the margin height of the button. Margin height is the distance in pixels from the icon of this button to the top and bottom borders of the button.

Parameters:
marginHeight - the marginHeight

getMarginHeight

public int getMarginHeight()
Deprecated. 
Returns the margin height of the button.


getView

public IlvManagerView getView()
Deprecated. 
Returns the view on which the interactor of this button is set.


setView

public void setView(IlvManagerView view)
Deprecated. 
Sets the view on which the interactor of this button is set.

If no particular view has been set for this button and this button is added to an IltManagerViewControllBar or an IltJManagerViewControlBar, the view will be retrieved from the control bar.

If a view has been set manually with this method and this button is added in a control bar, then the manually set view will be used instead of that of the control bar.


getInteractor

public IlvManagerViewInteractor getInteractor()
Deprecated. 
Gets the associated interactor.


setInteractor

public void setInteractor(IlvManagerViewInteractor interactor)
Deprecated. 
Sets the associated interactor.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.