|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.PlayPenContentPane
public class PlayPenContentPane
| Field Summary | |
|---|---|
protected PlayPen |
owner
|
| Constructor Summary | |
|---|---|
PlayPenContentPane(PlayPen owner)
|
|
| Method Summary | |
|---|---|
void |
add(PlayPenComponent c,
int i)
Add a new component to the content pane. |
void |
addPlayPenContentListener(PlayPenContentListener listener)
|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
|
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener l)
|
boolean |
contains(int x,
int y)
|
boolean |
contains(java.awt.Point p)
|
PlayPenComponent |
getComponent(int i)
Get a component at position i. |
PlayPenComponent |
getComponentAt(java.awt.Point p)
Allows you to return the component that is at point p. |
int |
getComponentCount()
get the total number of components |
int |
getFirstRelationIndex()
Get the index of the first relation |
PlayPen |
getOwner()
Returns the PlayPen that this content pane belongs to. |
java.lang.String |
getToolTipText(java.awt.event.MouseEvent e)
Looks for tooltip text in the component under the pointer, respecting the current zoom level. |
boolean |
isValidateRoot()
Returns true. |
void |
remove(int j)
removes the component at index j |
void |
remove(PlayPenComponent c)
|
void |
removePlayPenContentListener(PlayPenContentListener listener)
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PlayPen owner
| Constructor Detail |
|---|
public PlayPenContentPane(PlayPen owner)
| Method Detail |
|---|
public PlayPen getOwner()
public boolean contains(java.awt.Point p)
public boolean contains(int x,
int y)
public boolean isValidateRoot()
public java.lang.String getToolTipText(java.awt.event.MouseEvent e)
public PlayPenComponent getComponentAt(java.awt.Point p)
public int getFirstRelationIndex()
public int getComponentCount()
public PlayPenComponent getComponent(int i)
public void add(PlayPenComponent c,
int i)
getFirstrelaationIndex and all others before
public void remove(int j)
public void remove(PlayPenComponent c)
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener l)
public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
public void addPlayPenContentListener(PlayPenContentListener listener)
public void removePlayPenContentListener(PlayPenContentListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||