|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.util.swing.multipane.PanedInterface
public class PanedInterface
Display a JComponent in a specific paned window.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface jmri.util.swing.WindowInterface |
|---|
WindowInterface.Hint |
| Constructor Summary | |
|---|---|
PanedInterface(MultiPaneWindow frame)
|
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose when associated window is complete |
boolean |
multipleInstances()
Return the same instance for multiple requests |
void |
show(JmriPanel child,
JmriAbstractAction act)
Show, in whatever way is appropriate, a specific JmriPanel |
void |
show(JmriPanel child,
JmriAbstractAction act,
WindowInterface.Hint hint)
Show, in whatever way is appropriate, a specific JmriPanel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PanedInterface(MultiPaneWindow frame)
| Method Detail |
|---|
public void show(JmriPanel child,
JmriAbstractAction act,
WindowInterface.Hint hint)
WindowInterface
show in interface WindowInterfacechild - new JmriPanel to showact - JmriAbstractAction making the requesthint - suggestion on where to put the content
public void show(JmriPanel child,
JmriAbstractAction act)
WindowInterface
show in interface WindowInterfacechild - new JmriPanel to showact - JmriAbstractAction making the requestpublic boolean multipleInstances()
multipleInstances in interface WindowInterfacepublic void dispose()
dispose in interface WindowInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||