|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.sf.j3d.threeD.ui.panels.SurfaceInfoPanel
public class SurfaceInfoPanel
A SurfaceInfoPanel object allows access to a list of SurfaceUI objects contained in the specified Scene object.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| 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 | |
|---|---|
SurfaceInfoPanel(Scene scn)
Constructs a new SurfaceInfoPanel using the specified Scene object. |
|
| Method Summary | |
|---|---|
void |
closePanel()
Closes this panel if it is open. |
void |
eventFired(Event event)
Method called when an event has been fired. |
EventHandler |
getEventHandler()
Returns the EventHandler that is being used by this EventGenerator. |
SurfaceGroup |
getSelectedGroup()
Returns the currently selected SurfaceGroup object or the SurfaceGroup object containing the currently selected Surface object. |
Surface |
getSelectedSurface()
Returns the currently selected Surface object. |
void |
setEventHandler(EventHandler handler)
Sets the EventHandler object used by this SurfaceInfoPanel object. |
void |
showPanel()
Shows this panel in a JFrame. |
void |
updateSurfaceList(boolean structureChanged)
Updates the Surface list of this panel. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SurfaceInfoPanel(Scene scn)
| Method Detail |
|---|
public void showPanel()
public void closePanel()
public Surface getSelectedSurface()
public SurfaceGroup getSelectedGroup()
public void updateSurfaceList(boolean structureChanged)
public void eventFired(Event event)
eventFired in interface EventListenerpublic void setEventHandler(EventHandler handler)
setEventHandler in interface EventGeneratorpublic EventHandler getEventHandler()
EventGenerator
getEventHandler in interface EventGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||