Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

MultiToolBarUI Class Reference

Inherits javax::swing::plaf::ToolBarUI.

List of all members.


Detailed Description

All the methods described in public api.

Public Member Functions

boolean contains (JComponent a, int b, int c)
Accessible getAccessibleChild (JComponent a, int b)
int getAccessibleChildrenCount (JComponent a)
Dimension getMaximumSize (JComponent a)
Dimension getMinimumSize (JComponent a)
Dimension getPreferredSize (JComponent a)
ComponentUI[] getUIs ()
void installUI (JComponent a)
void paint (Graphics a, JComponent b)
void uninstallUI (JComponent a)
void update (Graphics a, JComponent b)

Static Public Member Functions

static ComponentUI createUI (JComponent a)

Protected Attributes

Vector uis = new Vector()

Private Attributes

int numberOfUIs
 Used in cycles.

Member Function Documentation

static ComponentUI createUI ( JComponent  a  )  [static]

boolean contains ( JComponent  a,
int  b,
int  c 
)

Accessible getAccessibleChild ( JComponent  a,
int  b 
)

int getAccessibleChildrenCount ( JComponent  a  ) 

Dimension getMaximumSize ( JComponent  a  ) 

Dimension getMinimumSize ( JComponent  a  ) 

Dimension getPreferredSize ( JComponent  a  ) 

ComponentUI [] getUIs (  ) 

void installUI ( JComponent  a  ) 

void paint ( Graphics  a,
JComponent  b 
)

void uninstallUI ( JComponent  a  ) 

void update ( Graphics  a,
JComponent  b 
)


Member Data Documentation

Vector uis = new Vector() [protected]

int numberOfUIs [private]

Used in cycles.

numberOfUIs = Correct number of UIs + 1, but the variable used in that sence