© 2006-2007 ETH Zurich

org.ximtec.igesture.tool.view.batch
Interface IBatchView

All Superinterfaces:
TabbedView
All Known Implementing Classes:
BatchView

public interface IBatchView
extends TabbedView


Method Summary
 boolean action(Event arg1, Object arg2)
           
 Component add(Component arg1)
           
 Component add(Component arg1, int arg2)
           
 void add(Component arg1, Object arg2)
           
 void add(Component arg1, Object arg2, int arg3)
           
 void add(PopupMenu arg1)
           
 Component add(String arg1, Component arg2)
           
 void addAncestorListener(AncestorListener arg1)
           
 void addComponentListener(ComponentListener arg1)
           
 void addContainerListener(ContainerListener arg1)
           
 void addFocusListener(FocusListener arg1)
           
 void addHierarchyBoundsListener(HierarchyBoundsListener arg1)
           
 void addHierarchyListener(HierarchyListener arg1)
           
 void addInputMethodListener(InputMethodListener arg1)
           
 void addKeyListener(KeyListener arg1)
           
 void addMouseListener(MouseListener arg1)
           
 void addMouseMotionListener(MouseMotionListener arg1)
           
 void addMouseWheelListener(MouseWheelListener arg1)
           
 void addNotify()
           
 void addPropertyChangeListener(PropertyChangeListener arg1)
           
 void addPropertyChangeListener(String arg1, PropertyChangeListener arg2)
           
 void addVetoableChangeListener(VetoableChangeListener arg1)
           
 void applyComponentOrientation(ComponentOrientation arg1)
           
 boolean areFocusTraversalKeysSet(int arg1)
           
 Rectangle bounds()
           
 int checkImage(Image arg1, ImageObserver arg2)
           
 int checkImage(Image arg1, int arg2, int arg3, ImageObserver arg4)
           
 void computeVisibleRect(Rectangle arg1)
           
 boolean contains(int arg1, int arg2)
           
 boolean contains(Point arg1)
           
 int countComponents()
           
 Image createImage(ImageProducer arg1)
           
 Image createImage(int arg1, int arg2)
           
 JToolTip createToolTip()
           
 VolatileImage createVolatileImage(int arg1, int arg2)
           
 VolatileImage createVolatileImage(int arg1, int arg2, ImageCapabilities arg3)
           
 void deliverEvent(Event arg1)
           
 void disable()
           
 void doLayout()
           
 void enable()
           
 void enable(boolean arg1)
           
 void enableInputMethods(boolean arg1)
           
 boolean equals(Object arg1)
           
 Component findComponentAt(int arg1, int arg2)
           
 Component findComponentAt(Point arg1)
           
 void firePropertyChange(String arg1, boolean arg2, boolean arg3)
           
 void firePropertyChange(String arg1, byte arg2, byte arg3)
           
 void firePropertyChange(String arg1, char arg2, char arg3)
           
 void firePropertyChange(String arg1, double arg2, double arg3)
           
 void firePropertyChange(String arg1, float arg2, float arg3)
           
 void firePropertyChange(String arg1, int arg2, int arg3)
           
 void firePropertyChange(String arg1, long arg2, long arg3)
           
 void firePropertyChange(String arg1, short arg2, short arg3)
           
 AccessibleContext getAccessibleContext()
           
 ActionListener getActionForKeyStroke(KeyStroke arg1)
           
 float getAlignmentX()
           
 float getAlignmentY()
           
 AncestorListener[] getAncestorListeners()
           
 boolean getAutoscrolls()
           
 Color getBackground()
           
 int getBaseline(int arg1, int arg2)
           
 Component.BaselineResizeBehavior getBaselineResizeBehavior()
           
 Border getBorder()
           
 Rectangle getBounds()
           
 Rectangle getBounds(Rectangle arg1)
           
 ColorModel getColorModel()
           
 Component getComponent(int arg1)
           
 Component getComponentAt(int arg1, int arg2)
           
 Component getComponentAt(Point arg1)
           
 int getComponentCount()
           
 ComponentListener[] getComponentListeners()
           
 ComponentOrientation getComponentOrientation()
           
 JPopupMenu getComponentPopupMenu()
           
 Component[] getComponents()
           
 int getComponentZOrder(Component arg1)
           
 int getConditionForKeyStroke(KeyStroke arg1)
           
 String getConfigFile()
           
 ContainerListener[] getContainerListeners()
           
 Cursor getCursor()
           
 int getDebugGraphicsOptions()
           
 DropTarget getDropTarget()
           
 Container getFocusCycleRootAncestor()
           
 FocusListener[] getFocusListeners()
           
 Set<AWTKeyStroke> getFocusTraversalKeys(int arg1)
           
 boolean getFocusTraversalKeysEnabled()
           
 FocusTraversalPolicy getFocusTraversalPolicy()
           
 Font getFont()
           
 FontMetrics getFontMetrics(Font arg1)
           
 Color getForeground()
           
 GestureSet getGestureSet()
           
 Graphics getGraphics()
           
 GraphicsConfiguration getGraphicsConfiguration()
           
 int getHeight()
           
 HierarchyBoundsListener[] getHierarchyBoundsListeners()
           
 HierarchyListener[] getHierarchyListeners()
           
 Icon getIcon()
          Returns the icon of the tab.
 boolean getIgnoreRepaint()
           
 boolean getInheritsPopupMenu()
           
 InputContext getInputContext()
           
 InputMethodListener[] getInputMethodListeners()
           
 InputMethodRequests getInputMethodRequests()
           
 InputVerifier getInputVerifier()
           
 Insets getInsets()
           
 Insets getInsets(Insets arg1)
           
 KeyListener[] getKeyListeners()
           
 LayoutManager getLayout()
           
<T extends EventListener>
T[]
getListeners(Class<T> arg1)
           
 Locale getLocale()
           
 Point getLocation()
           
 Point getLocation(Point arg1)
           
 Point getLocationOnScreen()
           
 Dimension getMaximumSize()
           
 Dimension getMinimumSize()
           
 MouseListener[] getMouseListeners()
           
 MouseMotionListener[] getMouseMotionListeners()
           
 Point getMousePosition()
           
 Point getMousePosition(boolean arg1)
           
 MouseWheelListener[] getMouseWheelListeners()
           
 String getName()
           
 Component getNextFocusableComponent()
           
 String getOutputDir()
           
 JComponent getPane()
          Returns the pane of the tab.
 Container getParent()
           
 java.awt.peer.ComponentPeer getPeer()
           
 Point getPopupLocation(MouseEvent arg1)
           
 Dimension getPreferredSize()
           
 PropertyChangeListener[] getPropertyChangeListeners()
           
 PropertyChangeListener[] getPropertyChangeListeners(String arg1)
           
 KeyStroke[] getRegisteredKeyStrokes()
           
 JRootPane getRootPane()
           
 Dimension getSize()
           
 Dimension getSize(Dimension arg1)
           
 String getTabName()
          Returns the name of the tab.
 TestSet getTestSet()
           
 Toolkit getToolkit()
           
 Point getToolTipLocation(MouseEvent arg1)
           
 String getToolTipText()
           
 String getToolTipText(MouseEvent arg1)
           
 Container getTopLevelAncestor()
           
 TransferHandler getTransferHandler()
           
 PanelUI getUI()
           
 String getUIClassID()
           
 boolean getVerifyInputWhenFocusTarget()
           
 VetoableChangeListener[] getVetoableChangeListeners()
           
 Rectangle getVisibleRect()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 boolean gotFocus(Event arg1, Object arg2)
           
 void grabFocus()
           
 boolean handleEvent(Event arg1)
           
 boolean hasFocus()
           
 int hashCode()
           
 void hide()
           
 void hideProgressBar()
           
 boolean imageUpdate(Image arg1, int arg2, int arg3, int arg4, int arg5, int arg6)
           
 Insets insets()
           
 boolean inside(int arg1, int arg2)
           
 void invalidate()
           
 boolean isAncestorOf(Component arg1)
           
 boolean isBackgroundSet()
           
 boolean isCursorSet()
           
 boolean isDisplayable()
           
 boolean isDoubleBuffered()
           
 boolean isEnabled()
           
 boolean isFocusable()
           
 boolean isFocusCycleRoot()
           
 boolean isFocusCycleRoot(Container arg1)
           
 boolean isFocusOwner()
           
 boolean isFocusTraversable()
           
 boolean isFocusTraversalPolicySet()
           
 boolean isFontSet()
           
 boolean isForegroundSet()
           
 boolean isLightweight()
           
 boolean isManagingFocus()
           
 boolean isMaximumSizeSet()
           
 boolean isMinimumSizeSet()
           
 boolean isOpaque()
           
 boolean isOptimizedDrawingEnabled()
           
 boolean isPaintingTile()
           
 boolean isPreferredSizeSet()
           
 boolean isRequestFocusEnabled()
           
 boolean isShowing()
           
 boolean isValid()
           
 boolean isValidateRoot()
           
 boolean isVisible()
           
 boolean keyDown(Event arg1, int arg2)
           
 boolean keyUp(Event arg1, int arg2)
           
 void layout()
           
 void list()
           
 void list(PrintStream arg1)
           
 void list(PrintStream arg1, int arg2)
           
 void list(PrintWriter arg1)
           
 void list(PrintWriter arg1, int arg2)
           
 Component locate(int arg1, int arg2)
           
 Point location()
           
 boolean lostFocus(Event arg1, Object arg2)
           
 Dimension minimumSize()
           
 boolean mouseDown(Event arg1, int arg2, int arg3)
           
 boolean mouseDrag(Event arg1, int arg2, int arg3)
           
 boolean mouseEnter(Event arg1, int arg2, int arg3)
           
 boolean mouseExit(Event arg1, int arg2, int arg3)
           
 boolean mouseMove(Event arg1, int arg2, int arg3)
           
 boolean mouseUp(Event arg1, int arg2, int arg3)
           
 void move(int arg1, int arg2)
           
 void nextFocus()
           
 void paint(Graphics arg1)
           
 void paintAll(Graphics arg1)
           
 void paintComponents(Graphics arg1)
           
 void paintImmediately(int arg1, int arg2, int arg3, int arg4)
           
 void paintImmediately(Rectangle arg1)
           
 boolean postEvent(Event arg1)
           
 Dimension preferredSize()
           
 boolean prepareImage(Image arg1, ImageObserver arg2)
           
 boolean prepareImage(Image arg1, int arg2, int arg3, ImageObserver arg4)
           
 void print(Graphics arg1)
           
 void printAll(Graphics arg1)
           
 void printComponents(Graphics arg1)
           
 void refresh()
           
 void refreshUILogic()
           
 void registerKeyboardAction(ActionListener arg1, KeyStroke arg2, int arg3)
           
 void registerKeyboardAction(ActionListener arg1, String arg2, KeyStroke arg3, int arg4)
           
 void remove(Component arg1)
           
 void remove(int arg1)
           
 void remove(MenuComponent arg1)
           
 void removeAll()
           
 void removeAncestorListener(AncestorListener arg1)
           
 void removeComponentListener(ComponentListener arg1)
           
 void removeContainerListener(ContainerListener arg1)
           
 void removeFocusListener(FocusListener arg1)
           
 void removeHierarchyBoundsListener(HierarchyBoundsListener arg1)
           
 void removeHierarchyListener(HierarchyListener arg1)
           
 void removeInputMethodListener(InputMethodListener arg1)
           
 void removeKeyListener(KeyListener arg1)
           
 void removeMouseListener(MouseListener arg1)
           
 void removeMouseMotionListener(MouseMotionListener arg1)
           
 void removeMouseWheelListener(MouseWheelListener arg1)
           
 void removeNotify()
           
 void removePropertyChangeListener(PropertyChangeListener arg1)
           
 void removePropertyChangeListener(String arg1, PropertyChangeListener arg2)
           
 void removeVetoableChangeListener(VetoableChangeListener arg1)
           
 void repaint()
           
 void repaint(int arg1, int arg2, int arg3, int arg4)
           
 void repaint(long arg1)
           
 void repaint(long arg1, int arg2, int arg3, int arg4, int arg5)
           
 void repaint(Rectangle arg1)
           
 boolean requestDefaultFocus()
           
 void requestFocus()
           
 boolean requestFocus(boolean arg1)
           
 boolean requestFocusInWindow()
           
 void resetKeyboardActions()
           
 void reshape(int arg1, int arg2, int arg3, int arg4)
           
 void resize(Dimension arg1)
           
 void resize(int arg1, int arg2)
           
 void revalidate()
           
 void scrollRectToVisible(Rectangle arg1)
           
 void setAlignmentX(float arg1)
           
 void setAlignmentY(float arg1)
           
 void setAutoscrolls(boolean arg1)
           
 void setBackground(Color arg1)
           
 void setBorder(Border arg1)
           
 void setBottom(JComponent arg1)
           
 void setBounds(int arg1, int arg2, int arg3, int arg4)
           
 void setBounds(Rectangle arg1)
           
 void setCancelActionState(boolean arg1)
           
 void setComponentOrientation(ComponentOrientation arg1)
           
 void setComponentPopupMenu(JPopupMenu arg1)
           
 void setComponentZOrder(Component arg1, int arg2)
           
 void setConfigFile(String arg1)
           
 void setContent(JComponent arg1)
           
 void setCursor(Cursor arg1)
           
 void setDebugGraphicsOptions(int arg1)
           
 void setDoubleBuffered(boolean arg1)
           
 void setDropTarget(DropTarget arg1)
           
 void setEnabled(boolean arg1)
           
 void setFocusable(boolean arg1)
           
 void setFocusCycleRoot(boolean arg1)
           
 void setFocusTraversalKeys(int arg1, Set<? extends AWTKeyStroke> arg2)
           
 void setFocusTraversalKeysEnabled(boolean arg1)
           
 void setFocusTraversalPolicy(FocusTraversalPolicy arg1)
           
 void setFont(Font arg1)
           
 void setForeground(Color arg1)
           
 void setIgnoreRepaint(boolean arg1)
           
 void setInheritsPopupMenu(boolean arg1)
           
 void setInputVerifier(InputVerifier arg1)
           
 void setLayout(LayoutManager arg1)
           
 void setLocale(Locale arg1)
           
 void setLocation(int arg1, int arg2)
           
 void setLocation(Point arg1)
           
 void setMaximumSize(Dimension arg1)
           
 void setMinimumSize(Dimension arg1)
           
 void setName(String arg1)
           
 void setNextFocusableComponent(Component arg1)
           
 void setOpaque(boolean arg1)
           
 void setOutputDir(String arg1)
           
 void setPreferredSize(Dimension arg1)
           
 void setRequestFocusEnabled(boolean arg1)
           
 void setResult(String arg1)
           
 void setRunActionState(boolean arg1)
           
 void setSize(Dimension arg1)
           
 void setSize(int arg1, int arg2)
           
 void setTitle(JComponent arg1)
           
 void setToolTipText(String arg1)
           
 void setTransferHandler(TransferHandler arg1)
           
 void setUI(PanelUI arg1)
           
 void setVerifyInputWhenFocusTarget(boolean arg1)
           
 void setVisible(boolean arg1)
           
 void show()
           
 void show(boolean arg1)
           
 void showProgressBar()
           
 Dimension size()
           
 String toString()
           
 void transferFocus()
           
 void transferFocusBackward()
           
 void transferFocusDownCycle()
           
 void transferFocusUpCycle()
           
 void unregisterKeyboardAction(KeyStroke arg1)
           
 void update(Graphics arg1)
           
 void updateUI()
           
 void validate()
           
 

Method Detail

getTabName

String getTabName()
Description copied from interface: TabbedView
Returns the name of the tab. This name is used as the tab name.

Specified by:
getTabName in interface TabbedView
Returns:
the name of the tab. This name is used as the tab name.

getPane

JComponent getPane()
Description copied from interface: TabbedView
Returns the pane of the tab. This JComponent represents the content of the pane.

Specified by:
getPane in interface TabbedView
Returns:
the pane of the tab. This JComponent represents the content of the pane.

showProgressBar

void showProgressBar()

setResult

void setResult(String arg1)

hideProgressBar

void hideProgressBar()

setRunActionState

void setRunActionState(boolean arg1)

setCancelActionState

void setCancelActionState(boolean arg1)

refreshUILogic

void refreshUILogic()

getTestSet

TestSet getTestSet()

getGestureSet

GestureSet getGestureSet()

getConfigFile

String getConfigFile()

getOutputDir

String getOutputDir()

setConfigFile

void setConfigFile(String arg1)

setOutputDir

void setOutputDir(String arg1)

getIcon

Icon getIcon()
Description copied from interface: TabbedView
Returns the icon of the tab. This icon is used in the tab browser.

Specified by:
getIcon in interface TabbedView
Returns:
the icon of the tab. This icon is used in the tab browser.

setContent

void setContent(JComponent arg1)

setBottom

void setBottom(JComponent arg1)

setTitle

void setTitle(JComponent arg1)

getAccessibleContext

AccessibleContext getAccessibleContext()

getUI

PanelUI getUI()

getUIClassID

String getUIClassID()

setUI

void setUI(PanelUI arg1)

updateUI

void updateUI()

contains

boolean contains(int arg1,
                 int arg2)

getLocation

Point getLocation(Point arg1)

print

void print(Graphics arg1)

getSize

Dimension getSize(Dimension arg1)

isOpaque

boolean isOpaque()

disable

void disable()

enable

void enable()

addNotify

void addNotify()

firePropertyChange

void firePropertyChange(String arg1,
                        char arg2,
                        char arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        boolean arg2,
                        boolean arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        int arg2,
                        int arg3)

removeNotify

void removeNotify()

setOpaque

void setOpaque(boolean arg1)

getBounds

Rectangle getBounds(Rectangle arg1)

getListeners

<T extends EventListener> T[] getListeners(Class<T> arg1)

getMinimumSize

Dimension getMinimumSize()

getPreferredSize

Dimension getPreferredSize()

getRootPane

JRootPane getRootPane()

getX

int getX()

getY

int getY()

requestFocus

boolean requestFocus(boolean arg1)

requestFocus

void requestFocus()

reshape

void reshape(int arg1,
             int arg2,
             int arg3,
             int arg4)

setBackground

void setBackground(Color arg1)

setDoubleBuffered

void setDoubleBuffered(boolean arg1)

setMinimumSize

void setMinimumSize(Dimension arg1)

setVisible

void setVisible(boolean arg1)

getAlignmentX

float getAlignmentX()

getAlignmentY

float getAlignmentY()

getInsets

Insets getInsets(Insets arg1)

getInsets

Insets getInsets()

getMaximumSize

Dimension getMaximumSize()

paint

void paint(Graphics arg1)

setFocusTraversalKeys

void setFocusTraversalKeys(int arg1,
                           Set<? extends AWTKeyStroke> arg2)

setFont

void setFont(Font arg1)

update

void update(Graphics arg1)

getBaseline

int getBaseline(int arg1,
                int arg2)

getBaselineResizeBehavior

Component.BaselineResizeBehavior getBaselineResizeBehavior()

getFontMetrics

FontMetrics getFontMetrics(Font arg1)

getGraphics

Graphics getGraphics()

getHeight

int getHeight()

getWidth

int getWidth()

isDoubleBuffered

boolean isDoubleBuffered()

printAll

void printAll(Graphics arg1)

repaint

void repaint(Rectangle arg1)

repaint

void repaint(long arg1,
             int arg2,
             int arg3,
             int arg4,
             int arg5)

requestFocusInWindow

boolean requestFocusInWindow()

setEnabled

void setEnabled(boolean arg1)

setForeground

void setForeground(Color arg1)

setMaximumSize

void setMaximumSize(Dimension arg1)

setPreferredSize

void setPreferredSize(Dimension arg1)

addVetoableChangeListener

void addVetoableChangeListener(VetoableChangeListener arg1)

getVetoableChangeListeners

VetoableChangeListener[] getVetoableChangeListeners()

removeVetoableChangeListener

void removeVetoableChangeListener(VetoableChangeListener arg1)

getTransferHandler

TransferHandler getTransferHandler()

setTransferHandler

void setTransferHandler(TransferHandler arg1)

revalidate

void revalidate()

setAlignmentX

void setAlignmentX(float arg1)

addAncestorListener

void addAncestorListener(AncestorListener arg1)

computeVisibleRect

void computeVisibleRect(Rectangle arg1)

createToolTip

JToolTip createToolTip()

getActionForKeyStroke

ActionListener getActionForKeyStroke(KeyStroke arg1)

getAncestorListeners

AncestorListener[] getAncestorListeners()

getAutoscrolls

boolean getAutoscrolls()

getBorder

Border getBorder()

getComponentPopupMenu

JPopupMenu getComponentPopupMenu()

getConditionForKeyStroke

int getConditionForKeyStroke(KeyStroke arg1)

getDebugGraphicsOptions

int getDebugGraphicsOptions()

getInheritsPopupMenu

boolean getInheritsPopupMenu()

getInputVerifier

InputVerifier getInputVerifier()

getNextFocusableComponent

Component getNextFocusableComponent()

getPopupLocation

Point getPopupLocation(MouseEvent arg1)

getRegisteredKeyStrokes

KeyStroke[] getRegisteredKeyStrokes()

getToolTipLocation

Point getToolTipLocation(MouseEvent arg1)

getToolTipText

String getToolTipText(MouseEvent arg1)

getToolTipText

String getToolTipText()

getTopLevelAncestor

Container getTopLevelAncestor()

getVerifyInputWhenFocusTarget

boolean getVerifyInputWhenFocusTarget()

getVisibleRect

Rectangle getVisibleRect()

grabFocus

void grabFocus()

isManagingFocus

boolean isManagingFocus()

isOptimizedDrawingEnabled

boolean isOptimizedDrawingEnabled()

isPaintingTile

boolean isPaintingTile()

isRequestFocusEnabled

boolean isRequestFocusEnabled()

isValidateRoot

boolean isValidateRoot()

paintImmediately

void paintImmediately(int arg1,
                      int arg2,
                      int arg3,
                      int arg4)

paintImmediately

void paintImmediately(Rectangle arg1)

registerKeyboardAction

void registerKeyboardAction(ActionListener arg1,
                            KeyStroke arg2,
                            int arg3)

registerKeyboardAction

void registerKeyboardAction(ActionListener arg1,
                            String arg2,
                            KeyStroke arg3,
                            int arg4)

removeAncestorListener

void removeAncestorListener(AncestorListener arg1)

requestDefaultFocus

boolean requestDefaultFocus()

resetKeyboardActions

void resetKeyboardActions()

scrollRectToVisible

void scrollRectToVisible(Rectangle arg1)

setAlignmentY

void setAlignmentY(float arg1)

setAutoscrolls

void setAutoscrolls(boolean arg1)

setBorder

void setBorder(Border arg1)

setComponentPopupMenu

void setComponentPopupMenu(JPopupMenu arg1)

setDebugGraphicsOptions

void setDebugGraphicsOptions(int arg1)

setInheritsPopupMenu

void setInheritsPopupMenu(boolean arg1)

setInputVerifier

void setInputVerifier(InputVerifier arg1)

setNextFocusableComponent

void setNextFocusableComponent(Component arg1)

setRequestFocusEnabled

void setRequestFocusEnabled(boolean arg1)

setToolTipText

void setToolTipText(String arg1)

setVerifyInputWhenFocusTarget

void setVerifyInputWhenFocusTarget(boolean arg1)

unregisterKeyboardAction

void unregisterKeyboardAction(KeyStroke arg1)

add

void add(Component arg1,
         Object arg2,
         int arg3)

add

Component add(Component arg1,
              int arg2)

add

Component add(String arg1,
              Component arg2)

add

Component add(Component arg1)

add

void add(Component arg1,
         Object arg2)

remove

void remove(int arg1)

remove

void remove(Component arg1)

list

void list(PrintStream arg1,
          int arg2)

list

void list(PrintWriter arg1,
          int arg2)

removeAll

void removeAll()

addPropertyChangeListener

void addPropertyChangeListener(PropertyChangeListener arg1)

addPropertyChangeListener

void addPropertyChangeListener(String arg1,
                               PropertyChangeListener arg2)

applyComponentOrientation

void applyComponentOrientation(ComponentOrientation arg1)

getComponent

Component getComponent(int arg1)

getComponentCount

int getComponentCount()

getFocusTraversalKeys

Set<AWTKeyStroke> getFocusTraversalKeys(int arg1)

getFocusTraversalPolicy

FocusTraversalPolicy getFocusTraversalPolicy()

invalidate

void invalidate()

isFocusCycleRoot

boolean isFocusCycleRoot()

isFocusCycleRoot

boolean isFocusCycleRoot(Container arg1)

setFocusCycleRoot

void setFocusCycleRoot(boolean arg1)

setLayout

void setLayout(LayoutManager arg1)

validate

void validate()

addContainerListener

void addContainerListener(ContainerListener arg1)

areFocusTraversalKeysSet

boolean areFocusTraversalKeysSet(int arg1)

countComponents

int countComponents()

deliverEvent

void deliverEvent(Event arg1)

doLayout

void doLayout()

findComponentAt

Component findComponentAt(int arg1,
                          int arg2)

findComponentAt

Component findComponentAt(Point arg1)

getComponentAt

Component getComponentAt(int arg1,
                         int arg2)

getComponentAt

Component getComponentAt(Point arg1)

getComponentZOrder

int getComponentZOrder(Component arg1)

getComponents

Component[] getComponents()

getContainerListeners

ContainerListener[] getContainerListeners()

getLayout

LayoutManager getLayout()

getMousePosition

Point getMousePosition(boolean arg1)
                       throws HeadlessException
Throws:
HeadlessException

insets

Insets insets()

isAncestorOf

boolean isAncestorOf(Component arg1)

isFocusTraversalPolicySet

boolean isFocusTraversalPolicySet()

layout

void layout()

locate

Component locate(int arg1,
                 int arg2)

minimumSize

Dimension minimumSize()

paintComponents

void paintComponents(Graphics arg1)

preferredSize

Dimension preferredSize()

printComponents

void printComponents(Graphics arg1)

removeContainerListener

void removeContainerListener(ContainerListener arg1)

setComponentZOrder

void setComponentZOrder(Component arg1,
                        int arg2)

setFocusTraversalPolicy

void setFocusTraversalPolicy(FocusTraversalPolicy arg1)

transferFocusBackward

void transferFocusBackward()

transferFocusDownCycle

void transferFocusDownCycle()

add

void add(PopupMenu arg1)

toString

String toString()
Overrides:
toString in class Object

getName

String getName()

contains

boolean contains(Point arg1)

size

Dimension size()

getLocation

Point getLocation()

getParent

Container getParent()

remove

void remove(MenuComponent arg1)

setName

void setName(String arg1)

list

void list()

list

void list(PrintStream arg1)

list

void list(PrintWriter arg1)

getSize

Dimension getSize()

setSize

void setSize(Dimension arg1)

setSize

void setSize(int arg1,
             int arg2)

resize

void resize(Dimension arg1)

resize

void resize(int arg1,
            int arg2)

enable

void enable(boolean arg1)

location

Point location()

action

boolean action(Event arg1,
               Object arg2)

firePropertyChange

void firePropertyChange(String arg1,
                        double arg2,
                        double arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        byte arg2,
                        byte arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        short arg2,
                        short arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        float arg2,
                        float arg3)

firePropertyChange

void firePropertyChange(String arg1,
                        long arg2,
                        long arg3)

getCursor

Cursor getCursor()

getToolkit

Toolkit getToolkit()

isDisplayable

boolean isDisplayable()

setCursor

void setCursor(Cursor arg1)

getFont

Font getFont()

postEvent

boolean postEvent(Event arg1)

getBackground

Color getBackground()

getBounds

Rectangle getBounds()

getFocusCycleRootAncestor

Container getFocusCycleRootAncestor()

getGraphicsConfiguration

GraphicsConfiguration getGraphicsConfiguration()

getInputContext

InputContext getInputContext()

getLocale

Locale getLocale()

getLocationOnScreen

Point getLocationOnScreen()

getPeer

java.awt.peer.ComponentPeer getPeer()

handleEvent

boolean handleEvent(Event arg1)

hide

void hide()

isEnabled

boolean isEnabled()

isFocusable

boolean isFocusable()

isMinimumSizeSet

boolean isMinimumSizeSet()

isShowing

boolean isShowing()

isVisible

boolean isVisible()

setBounds

void setBounds(int arg1,
               int arg2,
               int arg3,
               int arg4)

setBounds

void setBounds(Rectangle arg1)

setLocation

void setLocation(Point arg1)

setLocation

void setLocation(int arg1,
                 int arg2)

show

void show()

show

void show(boolean arg1)

getMousePosition

Point getMousePosition()
                       throws HeadlessException
Throws:
HeadlessException

isFocusOwner

boolean isFocusOwner()

isLightweight

boolean isLightweight()

isMaximumSizeSet

boolean isMaximumSizeSet()

isPreferredSizeSet

boolean isPreferredSizeSet()

isValid

boolean isValid()

transferFocus

void transferFocus()

addComponentListener

void addComponentListener(ComponentListener arg1)

addFocusListener

void addFocusListener(FocusListener arg1)

addHierarchyBoundsListener

void addHierarchyBoundsListener(HierarchyBoundsListener arg1)

addHierarchyListener

void addHierarchyListener(HierarchyListener arg1)

addInputMethodListener

void addInputMethodListener(InputMethodListener arg1)

addKeyListener

void addKeyListener(KeyListener arg1)

addMouseListener

void addMouseListener(MouseListener arg1)

addMouseMotionListener

void addMouseMotionListener(MouseMotionListener arg1)

addMouseWheelListener

void addMouseWheelListener(MouseWheelListener arg1)

bounds

Rectangle bounds()

checkImage

int checkImage(Image arg1,
               ImageObserver arg2)

checkImage

int checkImage(Image arg1,
               int arg2,
               int arg3,
               ImageObserver arg4)

createImage

Image createImage(ImageProducer arg1)

createImage

Image createImage(int arg1,
                  int arg2)

createVolatileImage

VolatileImage createVolatileImage(int arg1,
                                  int arg2)

createVolatileImage

VolatileImage createVolatileImage(int arg1,
                                  int arg2,
                                  ImageCapabilities arg3)
                                  throws AWTException
Throws:
AWTException

enableInputMethods

void enableInputMethods(boolean arg1)

getColorModel

ColorModel getColorModel()

getComponentListeners

ComponentListener[] getComponentListeners()

getComponentOrientation

ComponentOrientation getComponentOrientation()

getDropTarget

DropTarget getDropTarget()

getFocusListeners

FocusListener[] getFocusListeners()

getFocusTraversalKeysEnabled

boolean getFocusTraversalKeysEnabled()

getForeground

Color getForeground()

getHierarchyBoundsListeners

HierarchyBoundsListener[] getHierarchyBoundsListeners()

getHierarchyListeners

HierarchyListener[] getHierarchyListeners()

getIgnoreRepaint

boolean getIgnoreRepaint()

getInputMethodListeners

InputMethodListener[] getInputMethodListeners()

getInputMethodRequests

InputMethodRequests getInputMethodRequests()

getKeyListeners

KeyListener[] getKeyListeners()

getMouseListeners

MouseListener[] getMouseListeners()

getMouseMotionListeners

MouseMotionListener[] getMouseMotionListeners()

getMouseWheelListeners

MouseWheelListener[] getMouseWheelListeners()

getPropertyChangeListeners

PropertyChangeListener[] getPropertyChangeListeners(String arg1)

getPropertyChangeListeners

PropertyChangeListener[] getPropertyChangeListeners()

gotFocus

boolean gotFocus(Event arg1,
                 Object arg2)

hasFocus

boolean hasFocus()

imageUpdate

boolean imageUpdate(Image arg1,
                    int arg2,
                    int arg3,
                    int arg4,
                    int arg5,
                    int arg6)

inside

boolean inside(int arg1,
               int arg2)

isBackgroundSet

boolean isBackgroundSet()

isCursorSet

boolean isCursorSet()

isFocusTraversable

boolean isFocusTraversable()

isFontSet

boolean isFontSet()

isForegroundSet

boolean isForegroundSet()

keyDown

boolean keyDown(Event arg1,
                int arg2)

keyUp

boolean keyUp(Event arg1,
              int arg2)

lostFocus

boolean lostFocus(Event arg1,
                  Object arg2)

mouseDown

boolean mouseDown(Event arg1,
                  int arg2,
                  int arg3)

mouseDrag

boolean mouseDrag(Event arg1,
                  int arg2,
                  int arg3)

mouseEnter

boolean mouseEnter(Event arg1,
                   int arg2,
                   int arg3)

mouseExit

boolean mouseExit(Event arg1,
                  int arg2,
                  int arg3)

mouseMove

boolean mouseMove(Event arg1,
                  int arg2,
                  int arg3)

mouseUp

boolean mouseUp(Event arg1,
                int arg2,
                int arg3)

move

void move(int arg1,
          int arg2)

nextFocus

void nextFocus()

paintAll

void paintAll(Graphics arg1)

prepareImage

boolean prepareImage(Image arg1,
                     int arg2,
                     int arg3,
                     ImageObserver arg4)

prepareImage

boolean prepareImage(Image arg1,
                     ImageObserver arg2)

removeComponentListener

void removeComponentListener(ComponentListener arg1)

removeFocusListener

void removeFocusListener(FocusListener arg1)

removeHierarchyBoundsListener

void removeHierarchyBoundsListener(HierarchyBoundsListener arg1)

removeHierarchyListener

void removeHierarchyListener(HierarchyListener arg1)

removeInputMethodListener

void removeInputMethodListener(InputMethodListener arg1)

removeKeyListener

void removeKeyListener(KeyListener arg1)

removeMouseListener

void removeMouseListener(MouseListener arg1)

removeMouseMotionListener

void removeMouseMotionListener(MouseMotionListener arg1)

removeMouseWheelListener

void removeMouseWheelListener(MouseWheelListener arg1)

removePropertyChangeListener

void removePropertyChangeListener(PropertyChangeListener arg1)

removePropertyChangeListener

void removePropertyChangeListener(String arg1,
                                  PropertyChangeListener arg2)

repaint

void repaint()

repaint

void repaint(long arg1)

repaint

void repaint(int arg1,
             int arg2,
             int arg3,
             int arg4)

setComponentOrientation

void setComponentOrientation(ComponentOrientation arg1)

setDropTarget

void setDropTarget(DropTarget arg1)

setFocusTraversalKeysEnabled

void setFocusTraversalKeysEnabled(boolean arg1)

setFocusable

void setFocusable(boolean arg1)

setIgnoreRepaint

void setIgnoreRepaint(boolean arg1)

setLocale

void setLocale(Locale arg1)

transferFocusUpCycle

void transferFocusUpCycle()

hashCode

int hashCode()
Overrides:
hashCode in class Object

equals

boolean equals(Object arg1)
Overrides:
equals in class Object

refresh

void refresh()

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.