|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TabTarget
An interface for JPanels that are in the DetailsPane, and that change target based on the selections made in the gui/views.
| Method Summary | |
|---|---|
java.lang.Object |
getTarget()
Get the current target. |
void |
refresh()
Refresh the tab IN TOTAL. |
void |
setTarget(java.lang.Object target)
Set the target. |
boolean |
shouldBeEnabled(java.lang.Object target)
Return true whether the tab should be enabled with the given target. |
| Methods inherited from interface org.argouml.ui.targetmanager.TargetListener |
|---|
targetAdded, targetRemoved, targetSet |
| Method Detail |
|---|
void setTarget(java.lang.Object target)
target - the new target to setjava.lang.Object getTarget()
void refresh()
boolean shouldBeEnabled(java.lang.Object target)
target - the given target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Cookbook |