|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.lpex.samples.TestUserProfile.CloseJoin
public static class TestUserProfile.CloseJoin
Sample action closeJoin - join with just one space between the texts. This action is similar to the join default editor action, but it will keep one and only one space between the joined lines.
Defined as a separate, named class inside TestUserProfile
(where
you can also see its source
code) so that it can be easily registered by itself, when TestUserProfile
is not used as the user profile. For example:
set actionClass.closeJoin com.ibm.lpex.samples.TestUserProfile$CloseJoin set keyAction.a-j closeJoin
Constructor Summary | |
---|---|
TestUserProfile.CloseJoin()
|
Method Summary | |
---|---|
boolean |
available(LpexView lpexView)
Returns the availability of this action. |
void |
doAction(LpexView lpexView)
Runs the action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestUserProfile.CloseJoin()
Method Detail |
---|
public void doAction(LpexView lpexView)
doAction
in interface LpexAction
lpexView
- the document view in which the action is issuedpublic boolean available(LpexView lpexView)
available
in interface LpexAction
lpexView
- the document view for which the action availability is
queried
|
LPEX 3.6.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |