Java Doc for Table.java in  » Ajax » NextApp-Echo2 » nextapp » echo2 » app » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » NextApp Echo2 » nextapp.echo2.app 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   nextapp.echo2.app.Component
      nextapp.echo2.app.Table

All known Subclasses:   echo2example.email.MessageListTable,
Table
public class Table extends Component (Code)
A component used to display data in a tabular format.
See Also:   nextapp.echo2.app.table


Field Summary
final public static  StringACTION_LISTENERS_CHANGED_PROPERTY
    
final public static  StringAUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY
    
final public static  StringCOLUMN_MODEL_CHANGED_PROPERTY
    
final public static  StringDEFAULT_HEADER_RENDERER_CHANGED_PROPERTY
    
final public static  StringDEFAULT_RENDERER_CHANGED_PROPERTY
    
final public static  TableCellRendererDEFAULT_TABLE_CELL_RENDERER
     The default renderer for table cells.
final public static  intHEADER_ROW
    
final public static  StringHEADER_VISIBLE_CHANGED_PROPERTY
    
final public static  StringINPUT_ACTION
    
final public static  StringMODEL_CHANGED_PROPERTY
    
final public static  StringPROPERTY_ACTION_COMMAND
    
final public static  StringPROPERTY_BORDER
    
final public static  StringPROPERTY_INSETS
    
final public static  StringPROPERTY_ROLLOVER_BACKGROUND
    
final public static  StringPROPERTY_ROLLOVER_BACKGROUND_IMAGE
    
final public static  StringPROPERTY_ROLLOVER_ENABLED
    
final public static  StringPROPERTY_ROLLOVER_FONT
    
final public static  StringPROPERTY_ROLLOVER_FOREGROUND
    
final public static  StringPROPERTY_SELECTION_BACKGROUND
    
final public static  StringPROPERTY_SELECTION_BACKGROUND_IMAGE
    
final public static  StringPROPERTY_SELECTION_ENABLED
    
final public static  StringPROPERTY_SELECTION_FONT
    
final public static  StringPROPERTY_SELECTION_FOREGROUND
    
final public static  StringPROPERTY_WIDTH
    
final public static  StringSELECTION_CHANGED_PROPERTY
    
final public static  StringSELECTION_MODEL_CHANGED_PROPERTY
    

Constructor Summary
public  Table()
     Creates a new Table with an empty DefaultTableModel.
public  Table(int columns, int rows)
     Creates a new Table with a new DefaultTableModel with the specified dimensions.
public  Table(TableModel model)
     Creates a Table using the supplied TableModel.
public  Table(TableModel model, TableColumnModel columnModel)
     Creates a Table with the supplied TableModel and the specified TableColumnModel.

Method Summary
public  voidaddActionListener(ActionListener l)
     Adds an ActionListener to the Table.
public  voidcreateDefaultColumnsFromModel()
     Creates a TableColumnModel based on the TableModel.
protected  voiddoRender()
     Re-renders changed rows.
public  StringgetActionCommand()
     Returns the action command which will be provided in ActionEvents fired by this Table.
public  BordergetBorder()
     Returns the Border.
public  ComponentgetCellComponent(int column, int row)
     Returns the component rendered at the specified cell position.
public  TableColumnModelgetColumnModel()
     Returns the TableColumnModel describing this table's columns.
public  TableCellRenderergetDefaultHeaderRenderer()
     Returns the default TableCellRenderer used to render header cells.
public  TableCellRenderergetDefaultRenderer(Class columnClass)
     Returns the default TableCellRenderer for the specified column class.
public  InsetsgetInsets()
     Returns the default cell insets.
public  TableModelgetModel()
     Returns the TableModel being visualized by this Table.
public  ColorgetRolloverBackground()
     Return the rollover background color displayed when the mouse is within the bounds of a row.
public  FillImagegetRolloverBackgroundImage()
     Return the rollover background image displayed when the mouse is within the bounds of a row.
public  FontgetRolloverFont()
     Return the rollover font displayed when the mouse is within the bounds of a row.
public  ColorgetRolloverForeground()
     Return the rollover foreground color displayed when the mouse is within the bounds of a row.
public  ColorgetSelectionBackground()
     Returns the row selection background color.
public  FillImagegetSelectionBackgroundImage()
     Returns the row selection background image.
public  FontgetSelectionFont()
     Returns the row selection font.
public  ColorgetSelectionForeground()
     Returns the row selection foreground color.
public  ListSelectionModelgetSelectionModel()
     Returns the row selection model.
public  ExtentgetWidth()
     Returns the overall width of the grid.
public  booleanhasActionListeners()
     Determines the any ActionListeners are registered.
protected  voidinvalidate()
     Marks the table as needing to be re-rendered.
public  booleanisAutoCreateColumnsFromModel()
     Determines whether the TableColumnModel will be created automatically from the TableModel.
public  booleanisHeaderVisible()
     Determines if the table header is visible.
public  booleanisRolloverEnabled()
     Determines if rollover effects are enabled.
public  booleanisSelectionEnabled()
     Determines if selection is enabled.
public  voidprocessInput(String inputName, Object inputValue)
    
public  voidremoveActionListener(ActionListener l)
     Removes an ActionListener from the Table.
public  voidsetActionCommand(String newValue)
     Sets the action command which will be provided in ActionEvents fired by this Table.
public  voidsetAutoCreateColumnsFromModel(boolean newValue)
     Sets whether the TableColumnModel will be created automatically from the TableModel.
public  voidsetBorder(Border newValue)
     Sets the Border.
public  voidsetColumnModel(TableColumnModel newValue)
     Sets the TableColumnModel describing this table's columns.
public  voidsetDefaultHeaderRenderer(TableCellRenderer newValue)
     Sets the default TableCellRenderer used to render header cells.
public  voidsetDefaultRenderer(Class columnClass, TableCellRenderer newValue)
     Sets the default TableCellRenderer for the specified column class.
public  voidsetHeaderVisible(boolean newValue)
     Sets the visibility state of the table header.
public  voidsetInsets(Insets newValue)
     Sets the default cell insets.
public  voidsetModel(TableModel newValue)
     Sets the TableModel being visualized.
public  voidsetRolloverBackground(Color newValue)
     Sets the rollover background color displayed when the mouse is within the bounds of a row.
public  voidsetRolloverBackgroundImage(FillImage newValue)
     Sets the rollover background image displayed when the mouse is within the bounds of a row.
public  voidsetRolloverEnabled(boolean newValue)
     Sets whether rollover effects are enabled when the mouse cursor is within the bounds of a row.
public  voidsetRolloverFont(Font newValue)
     Sets the rollover font displayed when the mouse is within the bounds of a row.
public  voidsetRolloverForeground(Color newValue)
     Sets the rollover foreground color displayed when the mouse is within the bounds of a row.
public  voidsetSelectionBackground(Color newValue)
     Sets the row selection background color.
public  voidsetSelectionBackgroundImage(FillImage newValue)
     Sets the row selection background image.
public  voidsetSelectionEnabled(boolean newValue)
     Sets whether selection is enabled.
public  voidsetSelectionFont(Font newValue)
     Sets the row selection font.
public  voidsetSelectionForeground(Color newValue)
     Sets the row selection foreground color.
public  voidsetSelectionModel(ListSelectionModel newValue)
     Sets the row selection model.
public  voidsetWidth(Extent newValue)
     Sets the overall width of the grid.
public  voidvalidate()
    

Field Detail
ACTION_LISTENERS_CHANGED_PROPERTY
final public static String ACTION_LISTENERS_CHANGED_PROPERTY(Code)



AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY
final public static String AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY(Code)



COLUMN_MODEL_CHANGED_PROPERTY
final public static String COLUMN_MODEL_CHANGED_PROPERTY(Code)



DEFAULT_HEADER_RENDERER_CHANGED_PROPERTY
final public static String DEFAULT_HEADER_RENDERER_CHANGED_PROPERTY(Code)



DEFAULT_RENDERER_CHANGED_PROPERTY
final public static String DEFAULT_RENDERER_CHANGED_PROPERTY(Code)



DEFAULT_TABLE_CELL_RENDERER
final public static TableCellRenderer DEFAULT_TABLE_CELL_RENDERER(Code)
The default renderer for table cells.



HEADER_ROW
final public static int HEADER_ROW(Code)



HEADER_VISIBLE_CHANGED_PROPERTY
final public static String HEADER_VISIBLE_CHANGED_PROPERTY(Code)



INPUT_ACTION
final public static String INPUT_ACTION(Code)



MODEL_CHANGED_PROPERTY
final public static String MODEL_CHANGED_PROPERTY(Code)



PROPERTY_ACTION_COMMAND
final public static String PROPERTY_ACTION_COMMAND(Code)



PROPERTY_BORDER
final public static String PROPERTY_BORDER(Code)



PROPERTY_INSETS
final public static String PROPERTY_INSETS(Code)



PROPERTY_ROLLOVER_BACKGROUND
final public static String PROPERTY_ROLLOVER_BACKGROUND(Code)



PROPERTY_ROLLOVER_BACKGROUND_IMAGE
final public static String PROPERTY_ROLLOVER_BACKGROUND_IMAGE(Code)



PROPERTY_ROLLOVER_ENABLED
final public static String PROPERTY_ROLLOVER_ENABLED(Code)



PROPERTY_ROLLOVER_FONT
final public static String PROPERTY_ROLLOVER_FONT(Code)



PROPERTY_ROLLOVER_FOREGROUND
final public static String PROPERTY_ROLLOVER_FOREGROUND(Code)



PROPERTY_SELECTION_BACKGROUND
final public static String PROPERTY_SELECTION_BACKGROUND(Code)



PROPERTY_SELECTION_BACKGROUND_IMAGE
final public static String PROPERTY_SELECTION_BACKGROUND_IMAGE(Code)



PROPERTY_SELECTION_ENABLED
final public static String PROPERTY_SELECTION_ENABLED(Code)



PROPERTY_SELECTION_FONT
final public static String PROPERTY_SELECTION_FONT(Code)



PROPERTY_SELECTION_FOREGROUND
final public static String PROPERTY_SELECTION_FOREGROUND(Code)



PROPERTY_WIDTH
final public static String PROPERTY_WIDTH(Code)



SELECTION_CHANGED_PROPERTY
final public static String SELECTION_CHANGED_PROPERTY(Code)



SELECTION_MODEL_CHANGED_PROPERTY
final public static String SELECTION_MODEL_CHANGED_PROPERTY(Code)




Constructor Detail
Table
public Table()(Code)
Creates a new Table with an empty DefaultTableModel.



Table
public Table(int columns, int rows)(Code)
Creates a new Table with a new DefaultTableModel with the specified dimensions.
Parameters:
  columns - the initial column count
Parameters:
  rows - the initial row count



Table
public Table(TableModel model)(Code)
Creates a Table using the supplied TableModel.
Parameters:
  model - the initial model



Table
public Table(TableModel model, TableColumnModel columnModel)(Code)
Creates a Table with the supplied TableModel and the specified TableColumnModel.
Parameters:
  model - the initial model
Parameters:
  columnModel - the initial column model




Method Detail
addActionListener
public void addActionListener(ActionListener l)(Code)
Adds an ActionListener to the Table. ActionListeners will be invoked when the user selects a row.
Parameters:
  l - the ActionListener to add



createDefaultColumnsFromModel
public void createDefaultColumnsFromModel()(Code)
Creates a TableColumnModel based on the TableModel. This method is invoked automatically when the TableModel's structure changes if the autoCreateColumnsFromModel flag is set.



doRender
protected void doRender()(Code)
Re-renders changed rows.



getActionCommand
public String getActionCommand()(Code)
Returns the action command which will be provided in ActionEvents fired by this Table. the action command



getBorder
public Border getBorder()(Code)
Returns the Border. the border



getCellComponent
public Component getCellComponent(int column, int row)(Code)
Returns the component rendered at the specified cell position. Invocation will automatically perform validation if required.
Parameters:
  column - the column
Parameters:
  row - the row the component



getColumnModel
public TableColumnModel getColumnModel()(Code)
Returns the TableColumnModel describing this table's columns. the column model



getDefaultHeaderRenderer
public TableCellRenderer getDefaultHeaderRenderer()(Code)
Returns the default TableCellRenderer used to render header cells. The default header renderer will be used in the event that a TableColumn does not provide a specific header renderer. the TableCellRenderer



getDefaultRenderer
public TableCellRenderer getDefaultRenderer(Class columnClass)(Code)
Returns the default TableCellRenderer for the specified column class. The default renderer will be used in the event that a TableColumn does not provide a specific renderer.
Parameters:
  columnClass - the column Class the TableCellRenderer



getInsets
public Insets getInsets()(Code)
Returns the default cell insets. the default cell insets



getModel
public TableModel getModel()(Code)
Returns the TableModel being visualized by this Table. the model



getRolloverBackground
public Color getRolloverBackground()(Code)
Return the rollover background color displayed when the mouse is within the bounds of a row. the color



getRolloverBackgroundImage
public FillImage getRolloverBackgroundImage()(Code)
Return the rollover background image displayed when the mouse is within the bounds of a row. the background image



getRolloverFont
public Font getRolloverFont()(Code)
Return the rollover font displayed when the mouse is within the bounds of a row. the font



getRolloverForeground
public Color getRolloverForeground()(Code)
Return the rollover foreground color displayed when the mouse is within the bounds of a row. the color



getSelectionBackground
public Color getSelectionBackground()(Code)
Returns the row selection background color. the background color



getSelectionBackgroundImage
public FillImage getSelectionBackgroundImage()(Code)
Returns the row selection background image. the background image



getSelectionFont
public Font getSelectionFont()(Code)
Returns the row selection font. the font



getSelectionForeground
public Color getSelectionForeground()(Code)
Returns the row selection foreground color. the foreground color



getSelectionModel
public ListSelectionModel getSelectionModel()(Code)
Returns the row selection model. the selection model



getWidth
public Extent getWidth()(Code)
Returns the overall width of the grid. This property supports Extents with fixed or percentile units. the width



hasActionListeners
public boolean hasActionListeners()(Code)
Determines the any ActionListeners are registered. true if any action listeners are registered



invalidate
protected void invalidate()(Code)
Marks the table as needing to be re-rendered.



isAutoCreateColumnsFromModel
public boolean isAutoCreateColumnsFromModel()(Code)
Determines whether the TableColumnModel will be created automatically from the TableModel. If this flag is set, changes to the TableModel will automatically cause the TableColumnModel to be re-created. This flag is true by default unless a TableColumnModel is specified in the constructor. true if the TableColumnModel will be createdautomatically from the TableModel



isHeaderVisible
public boolean isHeaderVisible()(Code)
Determines if the table header is visible. the header visibility state



isRolloverEnabled
public boolean isRolloverEnabled()(Code)
Determines if rollover effects are enabled. true if rollover effects are enabled
See Also:   Table.setRolloverEnabled(boolean)



isSelectionEnabled
public boolean isSelectionEnabled()(Code)
Determines if selection is enabled. true if selection is enabled



processInput
public void processInput(String inputName, Object inputValue)(Code)

See Also:   nextapp.echo2.app.Component.processInput(java.lang.Stringjava.lang.Object)



removeActionListener
public void removeActionListener(ActionListener l)(Code)
Removes an ActionListener from the Table. ActionListeners will be invoked when the user selects a row.
Parameters:
  l - the ActionListener to remove



setActionCommand
public void setActionCommand(String newValue)(Code)
Sets the action command which will be provided in ActionEvents fired by this Table.
Parameters:
  newValue - the new action command



setAutoCreateColumnsFromModel
public void setAutoCreateColumnsFromModel(boolean newValue)(Code)
Sets whether the TableColumnModel will be created automatically from the TableModel.
Parameters:
  newValue - true if the TableColumnModel should be created automatically from the TableModel
See Also:   Table.isAutoCreateColumnsFromModel()



setBorder
public void setBorder(Border newValue)(Code)
Sets the Border.
Parameters:
  newValue - the new border



setColumnModel
public void setColumnModel(TableColumnModel newValue)(Code)
Sets the TableColumnModel describing this table's columns.
Parameters:
  newValue - the new column model



setDefaultHeaderRenderer
public void setDefaultHeaderRenderer(TableCellRenderer newValue)(Code)
Sets the default TableCellRenderer used to render header cells. The default header renderer will be used in the event that a TableColumn does not provide a specific header renderer.
Parameters:
  newValue - the TableCellRenderer



setDefaultRenderer
public void setDefaultRenderer(Class columnClass, TableCellRenderer newValue)(Code)
Sets the default TableCellRenderer for the specified column class. The default renderer will be used in the event that a TableColumn does not provide a specific renderer.
Parameters:
  columnClass - the column Class
Parameters:
  newValue - the TableCellRenderer



setHeaderVisible
public void setHeaderVisible(boolean newValue)(Code)
Sets the visibility state of the table header.
Parameters:
  newValue - true if the header should be displayed



setInsets
public void setInsets(Insets newValue)(Code)
Sets the default cell insets.
Parameters:
  newValue - the new default cell insets



setModel
public void setModel(TableModel newValue)(Code)
Sets the TableModel being visualized.
Parameters:
  newValue - the new model (may not be null)



setRolloverBackground
public void setRolloverBackground(Color newValue)(Code)
Sets the rollover background color displayed when the mouse is within the bounds of a row.
Parameters:
  newValue - the new Color



setRolloverBackgroundImage
public void setRolloverBackgroundImage(FillImage newValue)(Code)
Sets the rollover background image displayed when the mouse is within the bounds of a row.
Parameters:
  newValue - the new background image



setRolloverEnabled
public void setRolloverEnabled(boolean newValue)(Code)
Sets whether rollover effects are enabled when the mouse cursor is within the bounds of a row. Rollover properties have no effect unless this property is set to true. The default value is false.
Parameters:
  newValue - true if rollover effects should be enabled



setRolloverFont
public void setRolloverFont(Font newValue)(Code)
Sets the rollover font displayed when the mouse is within the bounds of a row.
Parameters:
  newValue - the new Font



setRolloverForeground
public void setRolloverForeground(Color newValue)(Code)
Sets the rollover foreground color displayed when the mouse is within the bounds of a row.
Parameters:
  newValue - the new Color



setSelectionBackground
public void setSelectionBackground(Color newValue)(Code)
Sets the row selection background color.
Parameters:
  newValue - the new background color



setSelectionBackgroundImage
public void setSelectionBackgroundImage(FillImage newValue)(Code)
Sets the row selection background image.
Parameters:
  newValue - the new background image



setSelectionEnabled
public void setSelectionEnabled(boolean newValue)(Code)
Sets whether selection is enabled.
Parameters:
  newValue - true to enable selection



setSelectionFont
public void setSelectionFont(Font newValue)(Code)
Sets the row selection font.
Parameters:
  newValue - the new font



setSelectionForeground
public void setSelectionForeground(Color newValue)(Code)
Sets the row selection foreground color.
Parameters:
  newValue - the new foreground color



setSelectionModel
public void setSelectionModel(ListSelectionModel newValue)(Code)
Sets the row selection model. The selection model may not be null.
Parameters:
  newValue - the new selection model



setWidth
public void setWidth(Extent newValue)(Code)
Sets the overall width of the grid. This property supports Extents with fixed or percentile units.
Parameters:
  newValue - the new width



validate
public void validate()(Code)

See Also:   nextapp.echo2.app.Component.validate



Fields inherited from nextapp.echo2.app.Component
final public static String CHILDREN_CHANGED_PROPERTY(Code)(Java Doc)
final public static String ENABLED_CHANGED_PROPERTY(Code)(Java Doc)
final public static String FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY(Code)(Java Doc)
final public static String FOCUS_TRAVERSAL_PARTICIPANT_CHANGED_PROPERTY(Code)(Java Doc)
final public static String LAYOUT_DIRECTION_CHANGED_PROPERTY(Code)(Java Doc)
final public static String LOCALE_CHANGED_PROPERTY(Code)(Java Doc)
final public static String PROPERTY_BACKGROUND(Code)(Java Doc)
final public static String PROPERTY_FONT(Code)(Java Doc)
final public static String PROPERTY_FOREGROUND(Code)(Java Doc)
final public static String PROPERTY_LAYOUT_DATA(Code)(Java Doc)
final public static String STYLE_CHANGED_PROPERTY(Code)(Java Doc)
final public static String STYLE_NAME_CHANGED_PROPERTY(Code)(Java Doc)
final public static String VISIBLE_CHANGED_PROPERTY(Code)(Java Doc)

Methods inherited from nextapp.echo2.app.Component
public void add(Component c)(Code)(Java Doc)
public void add(Component c, int n) throws IllegalChildException(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
void assignRenderId(String renderId)(Code)(Java Doc)
public void dispose()(Code)(Java Doc)
void doDispose()(Code)(Java Doc)
void doInit()(Code)(Java Doc)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
public ApplicationInstance getApplicationInstance()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
final public Component getComponent(int n)(Code)(Java Doc)
final public Component getComponent(String id)(Code)(Java Doc)
final public int getComponentCount()(Code)(Java Doc)
final public Component[] getComponents()(Code)(Java Doc)
protected EventListenerList getEventListenerList()(Code)(Java Doc)
final public int getFocusTraversalIndex()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
final public Object getIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc)
public LayoutData getLayoutData()(Code)(Java Doc)
public LayoutDirection getLayoutDirection()(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
final public Component getParent()(Code)(Java Doc)
final public Object getProperty(String propertyName)(Code)(Java Doc)
public String getRenderId()(Code)(Java Doc)
final public Object getRenderIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc)
final public Object getRenderIndexedProperty(String propertyName, int propertyIndex, Object defaultValue)(Code)(Java Doc)
final public LayoutDirection getRenderLayoutDirection()(Code)(Java Doc)
final public Locale getRenderLocale()(Code)(Java Doc)
final public Object getRenderProperty(String propertyName)(Code)(Java Doc)
final public Object getRenderProperty(String propertyName, Object defaultValue)(Code)(Java Doc)
final public Style getStyle()(Code)(Java Doc)
final public String getStyleName()(Code)(Java Doc)
final public Component getVisibleComponent(int n)(Code)(Java Doc)
final public int getVisibleComponentCount()(Code)(Java Doc)
final public Component[] getVisibleComponents()(Code)(Java Doc)
protected boolean hasEventListenerList()(Code)(Java Doc)
final public int indexOf(Component c)(Code)(Java Doc)
public void init()(Code)(Java Doc)
final public boolean isAncestorOf(Component c)(Code)(Java Doc)
final public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusTraversalParticipant()(Code)(Java Doc)
final public boolean isRegistered()(Code)(Java Doc)
final public boolean isRenderEnabled()(Code)(Java Doc)
final public boolean isRenderVisible()(Code)(Java Doc)
public boolean isValidChild(Component child)(Code)(Java Doc)
public boolean isValidParent(Component parent)(Code)(Java Doc)
final public boolean isVisible()(Code)(Java Doc)
public void processInput(String inputName, Object inputValue)(Code)(Java Doc)
void register(ApplicationInstance newValue)(Code)(Java Doc)
public void remove(Component c)(Code)(Java Doc)
public void remove(int n)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void setBackground(Color newValue)(Code)(Java Doc)
public void setEnabled(boolean newValue)(Code)(Java Doc)
public void setFocusTraversalIndex(int newValue)(Code)(Java Doc)
public void setFocusTraversalParticipant(boolean newValue)(Code)(Java Doc)
public void setFont(Font newValue)(Code)(Java Doc)
public void setForeground(Color newValue)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setIndexedProperty(String propertyName, int propertyIndex, Object newValue)(Code)(Java Doc)
public void setLayoutData(LayoutData newValue)(Code)(Java Doc)
public void setLayoutDirection(LayoutDirection newValue)(Code)(Java Doc)
public void setLocale(Locale newValue)(Code)(Java Doc)
public void setProperty(String propertyName, Object newValue)(Code)(Java Doc)
public void setRenderId(String renderId)(Code)(Java Doc)
public void setStyle(Style newValue)(Code)(Java Doc)
public void setStyleName(String newValue)(Code)(Java Doc)
public void setVisible(boolean newValue)(Code)(Java Doc)
public void validate()(Code)(Java Doc)
public boolean verifyInput(String inputName, Object inputValue)(Code)(Java Doc)
final public int visibleIndexOf(Component c)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.